@extends('admin.layouts.master') @section('content')

{{'Edit Item'}}

{!! csrf_field() !!}
Drag & Drop Images here

File format PNG / JPG / JPEG / HEIC

{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@foreach($item->photos as $photo)
{{--

{{$photo->name}}

--}}

{{$photo->size}} Kb

@endforeach
@endsection @include('modal.confirm_modal') @include('modal.spinner') @include('include.toaster.error') @include('include.toaster.success') @section('scripts') @endsection