@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk') @section('title', 'Supplier | Edit Supplier') @section('content')
@csrf @method('PUT')
Data Supplier
Back
@endsection @section('js') @endsection