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