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


- {{ __('home.acount_name') }} {{ __('accountes.Theamountpaid') }} {{ __('home.paymentmethod') }} {{ __('home.operations') }}
- - - - -
{{ csrf_field() }}






@endsection @section('js') @endsection