@extends('admin.layouts.master') @section('title', 'Site Settings') @section('content')

Add & Update Settings

@if ($errors->any()) @foreach ($errors as $error) {{ $error }} @endforeach @endif
@endsection