@extends('admin.layouts') @section('title', 'Delivery Fee') @section('header') @endsection @section('content')
| SN | {{--TOWN | AREA | --}}PRICE FROM | PRICE TO | DELIVERY FEE | ACTION | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{--{{ $delivery->town}} | {{ $delivery->area }} | --}}{{ $delivery->price_from }} | {{ $delivery->price_to }} | {{ $delivery->delivery_fee }} | {{----}} |