@extends('layouts.default') @section('content')

Accounts Journal Add

@csrf
@if(Session::get('error')) @endif @if (Session::get('success'))
{{ Session::get('success') }}
@endif @foreach ($errors->all() as $errorr) @endforeach
{{--
--}}