@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!}
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('position'))
{{ $errors->first('position') }}
@endif
@if ($errors->has('type'))
{{ $errors->first('status') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@if (@$data['url'])
@endif
@endsection @section('script') @endsection