@extends("admin.template.layout") @section('header') @endsection @section('content')
{{$mode ?? $page_heading}}
{{$contactus->subject}}
{{$contactus->message}}
@if(!is_null($contactus->attachment)) View Attached File @else Attachment not available @endif
@stop @section('script') @stop