@extends('layouts.app') @section('title', 'Add Supplier') @section('content') Back
@csrf @include('suppliers._form')
Cancel
@endsection