@extends('admin.layouts.app') @section('title', (isset($ClipArt->id) ? 'Edit' : 'Add').' Create Clip Art') @section('section')

Clip Art

Clip Art

@csrf @php $_counter = 0; @endphp @if(count($ClipArt) > 0) @foreach($ClipArt as $ClipArt_img) @php $_counter++; @endphp @endforeach @else @endif
Catalog Image Image
-
@push('after-scripts') @endpush @endsection