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

{{'Edit Item'}}

{!! csrf_field() !!} @if($item->photo_type != 'single_photo')
@endif
photos) > 0) style="display: none;" @endif>
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
Drag & Drop Images here

File format PNG / JPG / JPEG / HEIC

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

{{$photo->name}}

--}}

{{$photo->size}} Kb

@endforeach
{{-- --}}
@endsection @section('js_file') @endsection