@extends('backend.layout.main') @section('content')

{{__('db.Mail Setting')}}

{{__('db.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => 'setting.mailStore', 'files' => true, 'method' => 'post']) !!}
{!! Form::close() !!}
@endsection @push('scripts') @endpush