@extends('layouts.layout-horizontal') @section('title', 'Add Transporter') @section('content')
Add Transporter
@csrf
@include('transporters._form')
@endsection