@extends('layouts.admin') @section('page-header', 'Settings') @section('content')
@csrf
Contacts
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Services
@if ($errors->has('google_maps_key')) {{ $errors->first('google_maps_key') }} @endif
@if ($errors->has('tinymce_key')) {{ $errors->first('tinymce_key') }} @endif
Social Links
@if ($errors->has('facebook')) {{ $errors->first('facebook') }} @endif
@if ($errors->has('twitter')) {{ $errors->first('twitter') }} @endif
@if ($errors->has('instagram')) {{ $errors->first('instagram') }} @endif
@if ($errors->has('youtube')) {{ $errors->first('youtube') }} @endif
@endsection