@extends('layouts.nav') @section('title') {{$JournalType}} Journal @endsection @section('content')

{{$JournalType}} Journal

  • Back To Journals
  • Process {{$JournalType}} Journal
    @if (session('success'))
    {{ session('success') }}
    @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
    {{ $error }}
    @endforeach
    @endif
    @csrf

    @endsection