@extends('admin/layout') @section('page_title',$single->title.' | Edit') @section('other_select','active') @section('health_days_select','active') @section('content')

{{$single->title}} Edit

@csrf

@error('title') {{$message}} @enderror

@error('date') {{$message}} @enderror

@error('image') {{$message}} @enderror

@endsection @section('scripts') {{-- --}} @endsection