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

{{ __('Suppliers') }}

@endsection @section('content')
@can('create_supplier') {{ __('Create') }} @endcan
{{-- filters --}}
@php $service_types = ['services', 'goods']; @endphp
{{-- import/export/template --}}
{{--
--}}
{{-- --}}
# {{ __('Name') }} {{ __('Email') }} {{ __('Phone') }} {{ __('Contact Person') }} {{ __('Offered') }} {{ __('Status') }} {{ __('Date Created') }}{{__('Total')}} {{__('Paid')}} {{__('Due')}}{{ __('Action') }}
@endsection @section('scripts') @endsection