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


{{ __('home.decoumentNo') }} {{ __('home.acount_name') }} {{ __('home.credit') }} {{ __('home.debit') }} {{ __('home.operations') }}
- - - - -

{{ csrf_field() }}
   





@endsection @section('js') @endsection