{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors") @include('backend.invoice.payments.tab_1') @if(!empty($payment['id'])) @include('backend.invoice.payments.tab_2') @endif
@endsection {{-- Scripts Section --}} @section('scripts') @if(!empty($payment['id'])) {!! $html->scripts() !!} @endif @endsection