@extends('layouts.common') @section('title') Laiqa | Admin | Dashboard @endsection @section('content')

Periodic Journal Values

@foreach ($list as $key => $lists) @endforeach
ID Name Status Action
{{ $loop->iteration }} {{ $lists->journal_list_name }} @if($lists->journal_list_status == 1)Active @else Inactive @endif
@endsection @section('scripts') @endsection