@extends('admin.layouts.app') @section('title', 'Admin | Portfolio') @section('page_css') @endsection @section('section')

Schedule

@foreach($schedules as $key => $schedule) @endforeach
S.No Name Email Phone Appointment Action
{{++$key}} {{$schedule->name}} {{$schedule->email}} {{$schedule->password}} {{$schedule->schedule_appointment}}
@csrf @method('DELETE')
@endsection @section('script') @endsection