@extends('layout.app') @section('title', __('add_supplier')) @section('content')
@csrf
@include('supplier.form')
@endsection