@extends('layouts.app') @section('header-title', __('Add New Delivery Charge')) @section('content')
{{__('Add New Delivery Charge')}}
@csrf
@endsection