@extends('layouts.app') @section('content')

Add Supplier

@csrf @include('custom-crud.suppliers._form')
Back
@endsection