@extends('layouts.master') @section('content')

@lang('crud.detail') @lang('models/petty_cashes.title')

@include('flash::message')

@lang('models/petty_cashes.title') Details

    @include(strtolower(__('models/petty_cashes.plural')).'.show_fields')
@include('components.model_files',['model' => $pettyCash ])
@endsection