@extends('dashboard.base') @section('content')

Open Orders of Customer {{ isset($customer->name) ? $customer->name .' / '. $customer->ig_handle : $customer->ig_handle }}


{{$dataTable->table()}}
@endsection @section('javascript') @push('scripts') {{$dataTable->scripts()}} @endpush @endsection