@extends('layouts.layout-horizontal') @section('title', 'Transporters') @section('content')
Transporters
Add Transporter
@forelse($transporters as $transporter) @empty @endforelse
NameGSTINContact PersonMobileAddressAction
{{ $transporter->name }} {{ $transporter->gstin ?: '-' }} {{ $transporter->contact_person ?: '-' }} {{ $transporter->mobile ?: '-' }} {{ \Illuminate\Support\Str::limit($transporter->address, 60) ?: '-' }}
Edit
@csrf @method('DELETE')
No transporters found.
@if($transporters->hasPages()) @endif
@endsection