@extends('adminlte::layouts.app') @section('htmlheader_title') Supplier @endsection @section('page_title') Supplier @endsection @section('contentheader_title') Supplier @endsection @section('contentheader_description') @endsection @section('main-content')

Supplier Configuration

@csrf
@error('name') {{ $message }} @else Supplier Name is required. @enderror Suppliers Name
@endsection @section('page-scripts') @css(select2) @js(select2,autofocus) @endsection