@extends('fronted.layout.main') @section('adcontent')
@if($errors->any())
@endif
@forelse($data as $msg) @empty @endforelse
S.No MSG Type MSG Status Action
{{ $msg->id }} {{ $msg->msg_type }} @php $message = json_decode($msg->msg,true); @endphp

{{$message['title']}} {{$message['tagline']}}

@if($message['body']){!! $message['body'] !!}@endif @if($message['quotes'])

{{$message['quotes']}}

@endif

Thanks You

@if($message['regards'])

{{$message['regards']}}

@endif @if($message['hostelName'])

{{$message['hostelName']}}

@endif
{{ $msg->status ? "Active" : "InActive" }}
Data not found
@endsection;