@extends('super_admins.layouts.master') @section('title') View Education @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif

Education

Institute Name

{{ $doctor_event->institute ? $doctor_event->institute : '--' }}

Degree Title

{{ $doctor_event->degree ? $doctor_event->degree : '--' }}

From

{{ $doctor_event->from ? $doctor_event->from : '--' }}

To

{{ $doctor_event->to ? $doctor_event->to : '--' }}

File

@if ($doctor_event->file) {{ $doctor_event->slug }} @else -- @endif

Status

{{ $doctor_event->is_active ? 'Active' : 'Inactive' }}

Created At

{{ date_format($doctor_event->created_at, 'd-m-Y') }}

Description

{!! $doctor_event->description !!}

@endsection @section('scripts') @endsection