@extends('layouts.master') @section('title', pageTitle('Edit Pricing Details')) @section('content') @include('sections.breadcrumb')

Update Pricing Information

@include('sections.messages')
@csrf
@error('origin_state_id') {{ $message }} @enderror
@error('origin_location_id') {{ $message }} @enderror
@error('origin_terminal_id') {{ $message }} @enderror
@error('dest_state_id') {{ $message }} @enderror
@error('dest_location_id') {{ $message }} @enderror
@error('dest_terminal_id') {{ $message }} @enderror
@stop @section('page-styles') @stop @section('page-scripts') @stop