@extends('admin.layouts.master') @section('title','Send Mail to'.$user->name) @section('content')
@lang('Send email to') {{$user->first_name}} {{$user->last_name}}
{{csrf_field()}}
@endsection