@include('layouts.header') @include('layouts.sidebar')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
Supplier Information
@php // Decode the JSON string into an array $selectedWarehouses = explode(',', $data->warehouse_id); @endphp
Cancel
@include('layouts.footer')