@extends('layouts.app') @section('title') {{__('Create supplier')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Suppliers')}}

@endsection @section('content')

{{__('Create supplier')}}

@csrf @include('admin.inventory.suppliers._form')
@endsection @section('scripts') @endsection