@extends('layouts.app') @php use Illuminate\Support\Facades\Storage; @endphp @section('content')
{{ $editMessage ?? 'Edit status not determined' }}
@if(!($canEdit ?? true))Note: Edit is only allowed when sales_invoice_transections.id matches bank_transactions.sales_invoice_transections_id
@endif