@extends('layouts.layout-admin') @section('styles') @endsection @section('content')

{{ __('Supplier') }}

{{ __('Manage Suppliers') }}

{{ __('Add New Supplier') }}
{{ __('Name') }} {{ __('Supplier Company') }} {{ __('Supplier Code') }} {{ __('Email') }} {{ __('Approve Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection