@extends('layouts.admin') @section('content')

Mahostavams Management

Add New Mahostavam
@forelse($mahostavams as $mahostavam) @empty @endforelse
Name Date Duration Status Actions
@if($mahostavam->image) {{ $mahostavam->name }} @else
@endif {{ $mahostavam->name }}
{{ $mahostavam->date->format('d M Y') }} {{ $mahostavam->duration }} {{ $mahostavam->is_active ? 'Active' : 'Inactive' }}
No mahostavams found
{{ $mahostavams->links() }}
@endsection @push('scripts') @endpush