@extends('dashboard.layouts.index') @section('page_title') @lang('global.email') @stop @section('breadcrumb') @stop @section('content')
@csrf

@lang("global.sendemail")

@component('dashboard.components.edit_text' , [ "name" => "email", "type" => "email", "title" => __("global.email"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "subject", "type" => "text", "title" => __("global.subject"), "col" => "col-md-10" ]) @endcomponent @component('dashboard.components.edit_text' , [ "name" => "details", "type" => "text", "title" => __("global.details"), "col" => "col-md-10" ]) @endcomponent
@stop