@extends('admin.layouts.admin') @section('title') Admin | Order Transaction List @endsection @section('styles') @endsection @section('content')

Ordered Transactions

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{ $event->title?:'Not found.' }}

{{ $restaurant->restaurant_name??'' }}

@if(false)

Note: select admin request "sent" first
@if(false) @endif
@endif
Order Details Payment Details Customer Details Payment Status Action id Order ID Transaction id
Note:: : Active and Already Associated, : Active, : Inactive
@endsection @section('scripts') @endsection