@extends('layouts.app') @section('title', $app_setting['name'] . ' | Settings') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Settings
@csrf @method('PUT')
Current image
Current image
@endsection