@php $lang=app()->getLocale(); @endphp @extends('layouts.accounts') @section('content')
Create new Ledger
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{-- Help text --}}
@endsection