@extends('adminlte::page') @section('content') @section('content_header', __('admin.mail_settings'))
@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

@endforeach
@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
@csrf @method('POST')



@endsection