@extends('layouts.app') @section('title', 'Settings') @section('content')

Settings

@csrf
@error('company_name')
{{ $message }}
@enderror
Inspection reports will be sent to this email address.
@error('safety_manager_email')
{{ $message }}
@enderror
@endsection