@extends('layouts.admin') @section('title', 'Edit Message') @section('content')

Edit Message

@csrf @method('PUT')
Back
@endsection