@extends('layouts.admin') @push('title', get_phrase('Notification settings')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('Payment Settings') }}

{{ get_phrase('SMTP Settings') }}

@include('admin.setting.smtp_settings')
@endsection @push('js') @endpush