@extends('layouts.master') @section('css') @section('title') {{ __('home.Cash_withdrawal_from_the_bank') }}@stop @endsection @section('page-header')
@endsection @section('content') @if (session()->has('nodataprint')) @endif @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }}

{{ __('users.branch') }}






{{ __('home.date') }} {{ __('home.employee') }} {{ __('home.branch') }} {{ __('home.the amount') }}
- - - -
{{ csrf_field() }}


@endsection @section('js') @endsection