@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Delete Journal
@csrf
Print Excel
@php $count = 1; $gccollamnt=0; @endphp @foreach ($journal_lists as $journal_list) @endforeach
Journal ID Journal No Journal Type Journal Date Action
{{ $journal_list->journalid }} {{ $journal_list->journalno }} {{ $journal_list->journaltype }} {{ $journal_list->journaldate }}
@csrf
@endsection