@extends('layouts.layout-horizontal') @section('title', 'Transporters') @section('content')
| Name | GSTIN | Contact Person | Mobile | Address | Action |
|---|---|---|---|---|---|
| {{ $transporter->name }} | {{ $transporter->gstin ?: '-' }} | {{ $transporter->contact_person ?: '-' }} | {{ $transporter->mobile ?: '-' }} | {{ \Illuminate\Support\Str::limit($transporter->address, 60) ?: '-' }} | |
| No transporters found. | |||||