@extends('admin.index') @section('page_title') {{trans('contactus.show')}} @endsection @section('content')

{{trans('contactus.show')}}

{{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{----}} {{-- Back--}} {{--
--}}
@if($items->count()>0) @foreach($items as $item) @endforeach @else @endif
ID {{ trans('contactus.name')}} {{ trans('contactus.email')}} {{ trans('contactus.mobile')}} {{ trans('contactus.subject')}} {{ trans('contactus.message')}} {{ trans('admin.from')}} {{trans('admin.delete')}}
{{$item->id}} {{$item->name}} {{$item->email}} {{$item->mobile}} {{$item->subject}} {{$item->message}} @if($item->tranfer_stutes == 1) {{trans('admin.store')}} @else {{trans('admin.adv')}} @endif
{{trans('الجدول خالي')}}

@if($items->count()>0)
{{trans('admin.counts')}}{{$items->total()}}
{{$items->appends(\Request::except('_token'))->render()}}
@endif
@endsection