@extends('backend.zilla-templates.core.layouts.app') @extends('backend.index') @section('title', __('Settings')) @section('content') @if($errors->any())
@endif @if (session('success'))
{!! session('success') !!}
@endif @if (session('error'))
{!! session('error') !!}
@endif

{{$item->name}}

@csrf
@endsection