@extends('admin.layouts.master') @section('content')
@php $i=1; @endphp @foreach(App\Models\Logistic::all() as $logistic) @endforeach
SN Name Icon Operation
{{ $i++ }} {{ $logistic->name }}
s @endsection