@extends('layouts.admin.app') @section('title',translate('messages.settings')) @push('css_or_js') @endpush @section('content')
@php($config=\App\Models\BusinessSetting::where(['key'=>'mail_config'])->first()) @php($data=$config?json_decode($config['value'],true):null)
@csrf {{--
--}}
{{--
--}}
@endsection @push('script_2') @endpush