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

Archive

Archive Category

{{ $doctor_archive->archive_category->name ? $doctor_archive->archive_category->name : '--' }}

Name

{{ $doctor_archive->name ? $doctor_archive->name : '--' }}

Image

@if ($doctor_archive->image) {{ $doctor_archive->slug }} @else -- @endif

Slug

{{ $doctor_archive->slug ? $doctor_archive->slug : '--' }}

Status

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

Created At

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

Description

{!! $doctor_archive->description !!}

@endsection @section('scripts') @endsection