@if( !empty($msg->description))
{!! $msg->description !!}
@else
No President Message Added
@endif@extends('layouts.main.main') @section('title') President Message | @endsection @section('content')
No President Message Added
@endif