@extends('admin.layouts.adminpanel') @section('page_header') @php $doc_type = $type == 'invoices' ? 'Invoice' : 'Credit Note'; $page_title = $type == 'invoices' ? 'Invoices' : 'Credit Notes'; @endphp @include('admin.partials.page_header') @endsection @section('content')
@if ($message = session()->pull('message')) {!! $message !!} @endif
@can('crear facturas') {{ __('New ' . $doc_type) }} @endcan


{{ __('Grand Total') }} 0.00
{{ __('Date') }} {{ __('Generated Date') }} {{ __('Payment Date') }} No. {{ __('Reference') }} {{ __('Client') }} {{ __('Project') }} {{ __('Currency') }} T. Cam {{ __('Total') }} {{ __('Status') }} {{ __('Actions') }}
@endsection