@extends('crudbooster::admin_template') @push('head') @endpush @section('content')
Add DcIcon Direction
@csrf
{{$errors->has('dc_icon_category_id')? $errors->first("dc_icon_category_id") :"" }}

@if ($errors->has('de_name')) @endif
@if ($errors->has('en_name')) @endif
{{ $errors->has('dc_icon_category_id')? $errors->first("dc_icon_category_id") : "" }}

@endsection @push('bottom') @endpush