@extends('layouts.master') @push('header_styles') @endpush @section('content')
@component('components.breadcrumb') @slot('title') @lang('cash_statement.add_title') @endslot @slot('breadcrumb1') @lang('common.dashboard') @endslot @slot('breadcrumb1_link') {{ route('dashboard') }} @endslot @slot('action_button1_class') btn-primary @endslot @endcomponent
@endsection @push('footer_scripts') @include('components.delete_script') @endpush