@extends('layouts.default') @section('styles') I see the issue. Looking at your datatable initialization code and the loader implementation, I can help you fix this. Let's modify the code to properly show the loader. First, let's add this CSS just after your existing DataTables CSS import: htmlCopy@section('styles') @endsection @section('content')
| Supplier | {{--Supplier Part # | --}}PO # | Partslink | {{--Part Name | --}} {{--Part Details | --}} {{--PO # | --}}Quantity | Company | Customer | Imported | {{--Street | --}} {{--City | --}}State | {{--Zip/Postal | --}} {{--Phone | --}}Confirmation | Status Message | Status | Delete | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| --}} {{----}} {{-- | --}} {{--{{ $order->supplier }} | --}} {{--{{ $order->po }} | --}} {{--{{ $item->partslink }} | --}} {{--{{ $item->quantity }} | --}} {{--{{ $order->company }} | --}} {{--{{ $order->customer_name }} | --}} {{--{{ $order->created_at }} | --}} {{--{{ $order->state }} | --}} {{--{{ $order->confirmation }} | --}} {{--{{ $order->status_message }} | --}} {{----}} {{--{{ Form::select('status',['waiting','success','error'],$order->status,['class'=>'form-control','onchange'=>"location = 'orders/status/".$order->id."/'+this.options[this.selectedIndex].value;"]) }}--}} {{-- | --}} {{--{{ Html::linkRoute('orders.delete', 'Delete', array($order->id)) }}--}} {{-- | --}} {{--