@extends('admin.layouts.app') @section('title') @lang('Email') @endsection @section('content')
@csrf

@lang('Send Email To') @lang($user->name)

@error('subject') {{ $message }} @enderror
@error('message') {{ $message }} @enderror
@endsection @push('style-lib') @endpush @push('js-lib') @endpush @push('js') @endpush