@extends('master.app') @section('title', 'customer') @section('body') Outgoing Cash @include('general.valert') @csrf {{ __('Title') }} @error('title') {{ $message }} @enderror {{ __('Type') }} Choose Type @foreach ($cashType as $row) {{ $row->title_dr }} @endforeach @error('type_id') {{ $message }} @enderror {{ __('Date') }} @if ($bdate == 1) @else @endif @foreach ($currency as $row) {{ $row->title_dr }} @endforeach @error('currency') {{ $message }} @enderror outgoing @error('outgoing') {{ $message }} @enderror {{ __('detials') }} {{ old('details') }} @error('detials') {{ $message }} @enderror {{ __('Register') }} @endsection @section('pageJs') @endsection