@extends('admin.layout.app') @section('title', 'Settings') @section('header')

Home - Settings

@endsection @section('content')
Settings
@csrf
General Settings
{{ html()->select('values[default_country_id]', countries(), settings('default_country_id'))->class('form-control form-select select')->placeholder('--Select--')->required() }}
SMTP Account
@endsection @section('script') @endsection