Create Supplier Supplier
@csrf
@php $divisions = App\Models\Division::all(); @endphp
@if (auth::user()->role_id == 1) @php $divisions = App\Models\Division::all(); @endphp @else @endif {{-- --}}
@if (auth::user()->role_id == 1) @php $companies = App\Models\Company::all(); @endphp @else @endif {{-- --}}


Cancel Save