@extends("admin.adminmaster") @section("title") Dashboard @endsection @section("content") @section("heading") Dashboard @endsection
Apply Filters
@if($amount!="") @endif @foreach ($orders as $order) @endforeach
ID Price Name Phone Placed At Status Action
{{ $order['order_no'] }} {{ $order['total_price'] }} AUD {{ $order['name'] }} ({{$order['email']}}) {{ $order['phone'] }} {{ $order['created_at'] }} {{ $order['status'] }} order_no) }} class="editactionbtn">
@endsection @section('script') @endsection