@extends('admin.index') @section('page_title') الرسائل الفوريه @endsection @section('content')

الرسائل الفوريه

@if($items->count()>0) @foreach($items as $item) @endforeach @else @endif
ID اسم الرساله بالعربيه اسم الرساله بالانجليزيه {{trans('admin.edit')}} {{trans('admin.delete')}}
{{$item->id}} {{$item->name_ar}} {{$item->name_en}}
{{trans('الجدول خالي')}}

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