@extends('layouts.super-admin-layout') @section('content')

Small Title: {{ $facility->small_title }}

Big Title: {{ $facility->big_title }}

Description: {!! $facility->description !!}

@endsection