@extends('setup.index') @section('title', 'Social Links') @section('setting_page')
{{ csrf_field() }} {{ method_field('PATCH') }} @include('setup.partials.action_toolbar', ['title' => 'Homepage Contents'])

@foreach($data['records'] as $row) @if($data['fields'][$row['option_key']] == 'input')
{{ showError($errors, $row['option_key']) }}
@else
{{ showError($errors, $row['option_key']) }}
@endif @endforeach
@endsection