@extends('layouts.master') @section('title', 'New Entry | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new entry')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.entries') }} | {{ __('basic.new entry') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
{{ __('basic.details') }}
@error('date') {{ $message }} @enderror
@error('currency_id') {{ $message }} @enderror
@if(Auth::user()->branch_id == 0)
@error('branch_id') {{ $message }} @enderror
@endif
@error('note') {{ $message }} @enderror
{{ __('basic.accounts') }}
{{ __('basic.account name') }}
{{ __('basic.description') }}
{{ __('basic.debit') }}
{{ __('basic.credit') }}
{{ __('basic.new entry') }}
{{ __('basic.total debit') }}

0

{{ __('basic.total credit') }}

0

@endsection @section('js') @endsection