@extends('layouts.admin')
@section('title')
Vezi programare
@endsection
@section('breadcrumbs')
{{ Breadcrumbs::render('admin.apointmentApl.view', $apointment_first) }}
@endsection
@section('buttons')
Inapoi la lista
@endsection
@section('content')
{{$apointment_user->name}}
{{$apointment_user->created_at}}
{{$apointment_user->date}}
{{$apointment_user->hour}}
{{$apointment_user->email}}
{{$apointment_user->cnp}}
{{$apointment_user->phone}}
{{$apointment_user->order_number}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
Status
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
{{__('apointment_status_'.$apointment_user->status)}}
--}}
{{--
--}}
{{--
--}}
{{$apointment_user->description}}
@endsection
@push('scripts')
@endpush