@extends('backend.layouts.main') @section('title') {{ $user->name }} :: {{ __('Mail') }} @endsection @section('content')
@csrf
{{ __('Back to all users') }}
@endsection