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