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

Experience

Company Name

{{ $doctor_experience->company ? $doctor_experience->company : '--' }}

From

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

To

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

File

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

Status

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

Created At

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

Description

{!! $doctor_experience->description !!}

@endsection @section('scripts') @endsection