@extends('backend.app') {{-- Title --}} @section('title', 'SMTP Mail server setting') {{-- Push Style --}} @push('style') @endpush @section('content') @php $setting = App\Models\Setting::first(); @endphp