@extends('layouts.common')
@section('title')
Laiqa | Admin | Dashboard
@endsection
@section('content')
ID |
Name |
Icon |
View |
Status |
Action |
@foreach ($list as $key => $lists)
{{ $loop->iteration }} |
{{ $lists->journal_name }} |
{{ $lists->journal_icon }} |
|
@if($lists->journal_status == 1)Active @else Inactive @endif |
|
@endforeach
Are you sure want to delete this Appointment?
@endsection
@section('scripts')
@endsection