@extends('layouts.app') @section('content')
General @include('component.breadcrumb', ['items' => ['Setting', 'General']])
@include('component.flash')
{!! csrf_field() !!} {{ method_field('PATCH') }}
@include('setting.general.overview') @include('setting.general.publish') @include('setting.general.favicon') @include('setting.general.verification')
@stop @push('script') @endpush