@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@include('admin.includesV2.adminHeader', [ 'pageRoute' => route('listItem'), 'pageName' => 'Edit Item Info', 'addItemRoute' => route('newListItem', ['id' => 'new']), 'addItemName' => 'Add List Item', ])
@csrf

@if($item->image!==null) @else @endif
@php $links = json_decode($item->contact_link); @endphp
@endsection @section('customJs') @endsection @section('documentJquery') @endsection