@extends('backEnd.admin.layouts.master') @section('title') Courier Cities @endsection @php $data = $data ?? []; @endphp @section('body')
@php($i =1) @if($data->count() > 0) @foreach($data as $item) @endforeach @else @endif
SL. Courier Name City Name Status Actions
{{$i++}} {{$item->courier_name}} {{$item->city_name}} @if($item->status ==1) Active @else Inactive @endif
No Data Found!
{{--add_courier--}} {{--edit courier--}} @endsection @section('js') @endsection