@extends('layouts.app')
@section('title')
Add SMTP Setting
@stop
@section('breadcrumb')
- Home
- SMTP Setting List
- Add
@stop
@section('css')
@endsection
@section('content')
@if ($errors->any())
Errors
{!! implode('', $errors->all('- :message
')) !!}
@endif
Create SMTP Setting
Add the information
{{--
Add Detail
--}}
{{--
--}}
@stop
@section('js')
@stop