{{__('translation.result_count')}} ({{$rows->count()}})
| # | {{__('translation.name')}} | {{__('translation.phone')}} | {{__('translation.email')}} | الموضوع | الرسالة | الحالة | {{--{{__('translation.show')}} | --}}
|---|---|---|---|---|---|---|---|
| {{$i++}} | {{$item->name}} | {{$item->phone}} | {{$item->email}} | {{$item->subject}} | {{$item->message}} | {!!Form::model($item , ['url' => ['/dashboard/contacts/'.$item->id] , 'method' => 'PATCH','files'=>true]) !!} {!! Form::select("status",c_statusList(),null,['class'=>"form-control select2 ", 'onchange' => '$(this).closest("form").submit()', 'style' =>"width: 100%; display: inline-block;"])!!} {!!Form::close() !!} |