@extends('backend.layouts.app') @section('title', 'Edit Geosite') @push('styles') @endpush @section('content')
@csrf @method('PUT')


@if(Storage::disk('public')->exists('products/'.$product->image)) @else @endif
@endsection @push('scripts') @endpush