@inject('request', 'Illuminate\Http\Request') @extends('layouts.iconbar') @section('title') Suppliers @endsection @section('breadcrumbs') {{ Breadcrumbs::render(\Request::route()->getName()) }} @endsection @section('create-button') @can('customer_groups_create') New Supplier @endcan @endsection @section('content')
@lang('global.supplier.fields.supplier_name')  
@include('admin.suppliers.create')
@stop @section('javascript') @endsection