@extends('layouts.app') @section('title', __('purchase.order.list')) @section('css') @endsection @section('content')
{{ __('purchase.order.list') }}
@can('purchase.order.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('purchase.order.code') }} {{ __('app.date') }} {{ __('app.due_date') }} {{ __('supplier.supplier') }} {{ __('app.total') }} {{ __('payment.balance') }} {{ __('app.status') }} {{ __('app.created_by') }} {{ __('app.created_at') }} {{ __('app.action') }}
@include("modals.email.send") @include("modals.sms.send") @include("modals.status-history.view", ['history_of' => 'purchase-order' ]) @endsection @section('js') @endsection