@extends('crudbooster::admin_template') @push('head') @endpush @section('content')
{{ $data['page_title'] }}
@csrf

 {{$category->de_name}} Icons

{{$errors->has('dc_size')? $errors->first("dc_size") :"" }}

{{$errors->has('dc_direction')? $errors->first("dc_direction") : "" }}

{{$errors->has('dc_icon')? $errors->first("dc_icon") :"" }}

Back
@if (count($icon_size_directions->directions) > 0)
@foreach ($icon_size_directions->directions as $direction)
{{$direction->de_name}}
Image Not Found
@endforeach
@endif
@endsection @push("bottom") @endpush