@extends('admin.layouts.index') @section('css') @endsection @section('title') Admin - Contact| CS_Design @endsection @section('content')

@lang('contact')

@lang('detail')

{{$contact->created_at}} @lang('from'): {{$contact->email}}
{{$contact->content}}
@endsection @section('js') @endsection