@extends('layout.default') @section('content') @section('page_toolbar') Back @endsection @if ($errors->any())
@endif
Name {!! $data->tutor_name !!}
Email {!! $data->email !!}
Expires on {!! $data->tut_expiry_date !!}
Total Minutes Watched {!! $data->total_minutes_watched1?$data->total_minutes_watched1:0 !!}
@endsection