@extends('layouts.master') @section('page_title','Edit Courier') @section('title','Courier Details') @section('main_item','Courier') @section('sub_item','Edit Courier') @section('content')

Edit Courier

@csrf

Courier Charges

@if ( $setting->delivery_fee_type == 'from_list') @if(count($courier_charges))
@foreach ($courier_charges as $courier_charge)
Delete
@endforeach
Add
@else
Delete
Add
@endif @else
@endif
@endsection @section('scripts') @endsection