@extends('layout') @section('css') @endsection @section('content')
{{-- --}}
@if (!$shippers->isEmpty()) @php($i=1) @foreach ($shippers as $shipper) @php($i++) @endforeach @endif
No Nama Perusahaan Telp Barcode KTP Actions
{{$i}}
{{$shipper->nama_perusahaan}}
{{$shipper->telp}}
@csrf
Tambah Shipper


Reset
@endsection @section('js') @endsection