@extends('layouts.admin') @section('content') @section('headerTitle') Vezi programare @endsection @section('breadcrumbs') {{ Breadcrumbs::render('admin.programari.view', $apointment_first) }} @endsection @section('buttons') Inapoi la lista @endsection

Programarea lui {{$user->name}}

{{$user->email}}
Data efectuarii
{{$apointment_user->created_at}}
Data programata
{{$apointment_user->date}}
Ora programata
{{$apointment_user->hour}}
Descriere
{{$apointment_user->description}}
@endsection @push('scripts') @endpush