@extends('layouts.admin') @section('title') Quản Lý Phí Vận Chuyển @endsection @section('content-admin')

Quản Lý Phí Vận Chuyển

@if(session('msg'))
{{session('msg')}}
@endif
Quay Lại

Thêm Phí Vận Chuyển

@csrf
@error('province_id')
{{ $message }}
@enderror
@error('district_id')
{{ $message }}
@enderror
Hủy
@endsection @section('js') @endsection