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

{{ $sender->name }}

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