@if(!is_null($order->client_id) && !is_null($order->clientdetails)) @php $client = $order->client; @endphp @endif @php $editOrderPermission = user()->permission('edit_order'); $deleteOrderPermission = user()->permission('delete_order'); @endphp
@if ($message = Session::get('success'))
{!! $message !!}

Fatal error: Uncaught Error: Class "Session" not found in /home/sourceex/public_html/pm/resources/views/orders/ajax/show.blade.php:27 Stack trace: #0 {main} thrown in /home/sourceex/public_html/pm/resources/views/orders/ajax/show.blade.php on line 27