@extends('layouts.dashboard') @section('stylesheet') @endsection @section('content')
Reservation
FullName: {{ $privategroups->title }} {{ $privategroups->firstname }} {{ $privategroups->lastname }}
Number Phone: {{ $privategroups->phone }}
Email: {{ $privategroups->email }}
Date Start: {{ $privategroups->date_start_go_private }}
Date End: {{ $privategroups->date_end_go_private }}
Information: {{ $privategroups->information }}
@endsection @section('scripts') {!! Html::script('backoffice/vendor/ckeditor/ckeditor.js') !!} @endsection