@extends('backend.layouts.app') @section('content')
@csrf
Add Doctor

Schedule

@foreach (['monday', 'tuesday', 'wednesday', 'thursday', 'friday', 'saturday', 'sunday'] as $day)
@endforeach

Test Specialization

@foreach ($groupedTests as $categoryId => $tests)

+ {{ $tests->first()->category->category }}

@endforeach
@endsection @section('js') {{-- --}} @endsection