@extends('front.frontLayout') @section('title','Home') @section('pagelevelcss') @stop @section('content')
@foreach ($covids as $covid)

{{ $covid->title }}

@if((Auth::check() && auth()->user()->role == "client")) @endif Book now
@endforeach
@endsection @section('pageleveljs') @if ($errors->any()) @endif @if($message = Session::get('success')) @endif @if($message = Session::get('error')) @endif @stop