@extends('layouts.app') @section('title', 'Documents') @push('style') @endpush @section('content') @php $routePrefix = strtolower(auth()->user()->role->name); $canCreate = auth()->user()->hasPermissionName('invoices.create'); @endphp

Invoices & Proformas

Manage and track all your documents.
@if($canCreate) @endif
@if(session('success'))
{{ session('success') }}
@endif
All Documents
# Document No. Type Customer Date Amount Status Action
@endsection @push('script') @endpush