*
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif
*
@php
$region = Config('config.region.value');
@endphp
@if ($errors->has('region'))
{{ $errors->first('region') }}
@endif
@if ($errors->has('active'))
{{ $errors->first('active') }}
@endif