@extends('shaun_core::install.layouts.master') @section('template_title') {{ __('Step 3 | Site Settings') }} @endsection @section('title') {{ __('Site Setting') }} @endsection @section('container')
@foreach($settings as $setting)
@include('shaun_core::admin.partial.setting.field')
@if ($errors->has($key)) {{ $errors->first($key) }} @endif
@endforeach
@endsection @section('scripts') @endsection