@extends('accounting::layouts.app') @section('title') @yield('tab-title') @endsection @section('content') @include('accounting::layouts.nav') {{-- Content Header (Page header) --}}

{{ trans_choice('accounting::general.accounting', 1) }} {{ trans_choice('accounting::lang.settings', 1) }}

{{-- Main content --}}
{{-- --}}
{{--
--}}
@yield('tab-content')
{{-- --}}
{{-- /.content --}} @yield('tab-modal-content')
@stop @section('javascript') @yield('tab-javascript') @endsection