Fabrics Challan Data Input Fabrics Challan Data Input
@csrf
{{--
--}}
{{-- --}} @php if (Auth::user()->role_id == 1) { $orders = DB::table('fabrics_challan_data_inputs') ->select('order_style') ->distinct() ->get(); } else { $orders = DB::table('fabrics_challan_data_inputs') ->select('order_style') ->where('company_id', Auth::user()->company_id) ->distinct() ->get(); } @endphp {{-- @if ($orders->isNotEmpty()) @else @endif --}}




{{--
--}}
Cancel Save