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