@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), route('user.index') => _trans('common.Employees'), '#' => @$data['title'], ]) !!}
@csrf
@error('title')
{{ $message }}
@enderror
@error('limit')
{{ $message }}
@enderror
@error('limit_type')
{{ $message }}
@enderror
@error('max_duration')
{{ $message }}
@enderror
@error('duration_type')
{{ $message }}
@enderror
{{--
--}}
@error('description')
{{ $message }}
@enderror
@if ($errors->has('icon')) {{ $errors->first('icon') }} @endif
@endsection @section('script') @endsection