@extends('app.master') @section('title',$title) @section('breadcrumb') @include('app.layouts.rent.breadcrumb',[ 'pageTitle' => $title, 'lists' => [ [ 'link' => '#', 'name' => 'Accounting Configuration', ], [ 'link' => 'accounting.config.reports', 'name' => 'Config', ], [ 'link' => '#', 'name' => $title, ] ] ]) @endsection @section('content')
@yield('title')
@include('app.layouts.alert')
@csrf
Profit & Loss
Bank & Cash Group
Balance Sheet Items
This is tab content 3...
This is tab content 3...
This is tab content 3...
This is tab content 3...
@endsection @section('script') @include('rent.configuration.ajax.config') @endsection