@extends('contact_us.sidebar') @section('mail_content')
@if(!$contact->deleted_at) @endif
{{$contact->subject}}
{{$contact->full_name}} <{{$contact->email}}>

{{$contact->message}}

@endsection @push('scripts') @include('contact_us.script') @endpush