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

Appointments

@foreach($appointments as $index => $app) @endforeach
# Name Mobile Service Provider Date Status
{{ $app->id }} {{ $app->name }} {{ $app->mobile }} {{ $app->myService->name_ar ?? 'No service' }} {{ $app->myProvider->name ?? 'No provider' }}
@csrf
@csrf
@endsection