@extends('layouts.app') @section('title') {{__('Suppliers')}} @endsection @section('breadcrumb')

{{__('Suppliers')}}

@endsection @section('content')

{{__('Suppliers table')}}

@can('create_supplier') {{__('Create')}} @endcan
# {{__('Name')}} {{__('Email')}} {{__('Phone')}} {{__('Total')}} {{__('Paid')}} {{__('Due')}} {{__('Action')}}
@endsection @section('scripts') @endsection