@include('admin.controllers.header') @include('admin.controllers.upper-header') @include('admin.controllers.sidebar')
{{-- --}} {{-- --}} @foreach($rows as $row) {{-- --}} {{-- --}} @endforeach
إسم البند السعر تاريخ الإضافه وقت الإضافةتاريخ بداية التجديدتاريخ نهاية التجديد التحكم
{{$row->name}} {{$row->price}} {{\Carbon\Carbon::parse($row->created_at)->toDateString()}} {{\Carbon\Carbon::parse($row->created_at)->format('g:i A')}}{{$row->start_renew_licence}}{{$row->end_renew_licence}}
{{$rows->links()}}
@include('admin.controllers.footer')