@extends('layout.default') @section('content')

General Settings

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

General Settings

@csrf
Please enter an office name.
Please enter an office address.
Please enter an office phone number.
Please enter an office email.
@if($settings->where('key', 'office_logo')->first()->value ?? false) Current Logo @endif
Please upload a logo.
@if($settings->where('key', 'office_favicon')->first()->value ?? false) Current Favicon @endif
Please upload a favicon.
@endsection