@extends('layouts.admin-layout') @section('title', 'All Orders ') @section('content')

All Orders

{{-- --}} {{-- --}} @foreach($get_orders as $order) {{-- --}} @endforeach
S.N. User Name Total Price Tracking No Order Status Detail ViewEditDelete
{{ $loop->iteration }} {{$order->user->first_name ? : ''}} {{$order->total_price ? : ''}} {{$order->order_number ? : ''}}
@csrf
Detail ViewDelete
@endsection @section('script') @endsection