@extends('layouts.app') @section('form-title') {{ __('Edit - message') }} @endsection @section('breadcrumb') @endsection {{-- --}} @section('content')
{{ __('Message') }}
@csrf @method('PUT')
@foreach ($message->attachments as $attachment) @endforeach
@endsection @push('child-scripts') @endpush