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