@extends('layouts.admin_layout') @section('title', 'Add Product') @section('content')

Add Product

Add Product

@csrf
@php echo View::make('admin.image_selection', ['files' => $files]); @endphp
@endsection