@extends('layout.master') @section('title', 'Transpoting | Transporters Managment System') @section('content')

Transporting Details


@php $perPage = $transporters->perPage(); $currentPage = $transporters->currentPage(); $counter = ($currentPage - 1) * $perPage + 1; @endphp @foreach ($transporters as $transporter) @endforeach
# Transporter Mobile Address GSTIN Action
{{ $counter++ }} {{ $transporter->name }} {{ $transporter->mobile }} {{ $transporter->address }} {{ $transporter->gst_no }}
@endsection @push('scripts') @endpush