@extends('admin.layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('sort')) {{ $errors->first('sort') }} @endif
@endsection @push('styles') {{-- switch --}} @endpush @push('scripts') {{-- switch --}} @endpush