@extends('layouts.layout') @section("content")
{{ __("Suppliers") }}
@if (check_access(array('A_ADD_SUPPLIER'), true)) {{ __("New Supplier") }} @endif
{{ __("Supplier Name") }} {{ __("Supplier Code") }} {{ __("Status") }} {{ __("Created On") }} {{ __("Updated On") }} {{ __("Created By") }} {{ __("Action") }}
@endsection @push('scripts') @endpush