@extends('layouts.core.frontend') @section('title', $sender->name) @section('page_header')

{{ trans('messages.verified_senders') }}

@endsection @section('content') @include('senders._menu')

person_outline {{ $sender->name }}

{{ csrf_field() }} @include('senders._form') @endsection