@extends('layout.master', ['headerTitle' => 'Add Cargo']) @section('style') @endsection @section('body')

Add Cargo

@csrf
@error('name'){{$message}}@enderror
@endsection @push('scripts') @endpush