@extends('layouts.app')
{{--Important Variable--}}
@php
$moduleName = "Fixing Screen";
$createItemName = __('lang.all'). $moduleName;
$breadcrumbMainName = $moduleName;
$breadcrumbCurrentName =__('lang.all');
$breadcrumbMainIcon = "account_balance_wallet";
$breadcrumbCurrentIcon = "add_box";
$voucher_types = [
['id' => 'PV', 'name' => 'Payment Vouhcer'],
['id' => 'JV', 'name' => 'Journal Vouhcer'],
['id' => 'RV', 'name' => 'Receipt Vouhcer'],
];
@endphp
@section('title')
{{ $moduleName }} -> {{ $breadcrumbCurrentName }}
@stop
@section('top-bar')
@include('includes.top-bar')
@stop
@section('left-sidebar')
@include('includes.left-sidebar')
@stop
@section('content')
@push('include-css')
@endpush
@stop
@push('include-css')
@endpush
@push('include-js')
{{----}}
{{--All datagrid --}}
@endpush