@extends('admin.partials.layout') @section('css') @endsection @section('content')

General

@csrf

General

@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($settings['icon']) @endif @if($errors->has('icon'))

{{ $errors->first('icon') }}

@endif
@if($settings['logo']) @endif @if($errors->has('logo'))

{{ $errors->first('logo') }}

@endif
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
@endsection @section('js') @endsection