@extends('layout.main') @section('content')
@can('store-invoice') {{__('Add Invoice')}} @endcan
{{trans('file.Invoice')}}# {{trans('file.Project')}} {{trans('file.Total')}} {{__('Invoice Date')}} {{__('Due Date')}} {{trans('file.Status')}} {{trans('file.action')}} {{__('Change Status')}}
@endsection @push('scripts') @endpush