@extends('adminlte::page') @section('css') @stop @section('content')

Create Email

{!! Form::open(['action' => ['MailController@store'], 'method' => 'POST', 'enctype' => 'multipart/form-data', 'class' => 'form-horizontal']) !!} {!! Form::token() !!}
{!! Form::label('message_type', 'Message Type', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::label('title', 'Title', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::label('content', 'Rank', ['class' => 'col-sm-2 control-label','id'=>'content_label']) !!}
{!! Form::label('name_send', 'Name send', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::label('attach', 'Attach reward', ['class' => 'col-sm-2 control-label']) !!}
Items Gems
{!! Form::close() !!}
@stop @push('js') @endpush