@extends('backend.layouts.app') @php $informationEn = json_decode($messageFrom->information_en); $informationNp = json_decode($messageFrom->information_np); @endphp @section('title') Update {{ $informationEn->name }} Information @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content') @include('backend.message-from.partials.form') @endsection @section('scripts') @endsection