@extends('admin/layout') @section('page_title','All Health days') @section('other_select','active') @section('health_days_select','active') @section('content')

List of Health days Manage

@if (session()->has('health_day_add_msg'))
× {{session()->get('health_day_add_msg')}}
@endif @if (session()->has('health_day_update_msg'))
× {{session()->get('health_day_update_msg')}}
@endif @if (session()->has('delete_msg'))
× {{session()->get('delete_msg')}}
@endif
@php $sl=1; @endphp @foreach($health_days as $list) @endforeach
# Title Image Action
{{$sl++}} {{$list->title}} View Edit Delete
@endsection @section('scripts') {{-- --}} @endsection