@extends('backend.app') @section('content')

Courier Manage

@foreach($items as $key=> $item) @endforeach
SL Name Phone Email Address Action
{{$key+1}} {{$item->name}} {{$item->phone}} {{$item->email}} {{$item->address}} @can('size.edit') @endcan @can('size.delete') @endcan
@endsection