@extends('backend.layouts.app') @section('title') Founder and Principal @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@foreach ($messages as $message) @php $informationEn = json_decode($message->information_en); $informationNp = json_decode($message->information_np); @endphp
{{ $informationEn->name }}
{{ $informationEn->name }}
 Edit
@endforeach
@endsection