@extends('backend.layouts.admin.app') @section('content')

{{$title}}

@if (!isset($transporter))
Step 1
Basic Details
Step 2
Document
@endif
@include('backend.layouts.alert')
@csrf @if(isset($transporter)) @method('PUT') @endif

Basic Details

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('contact_person')) {{ $errors->first('contact_person') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if (!isset($transporter)) @endif
@endsection