@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('income::general.income',1) }} @endsection @section('content')

{{ trans_choice('core::general.edit',1) }} {{ trans_choice('income::general.income',1) }} {{ trans_choice('core::general.back',1) }}

{{csrf_field()}}
@error('branch_id') {{ $message }} @enderror
@error('income_type_id') {{ $message }} @enderror
@error('currency_id') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
@error('income_chart_of_account_id') {{ $message }} @enderror
@error('asset_chart_of_account_id') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@endsection @section('scripts') @endsection