@extends('layouts.app') @section('title', 'Add Availability') @section('content')
@csrf

Add New Availability

@foreach(['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'] as $day)
@endforeach
@endsection