@extends('layouts.back-end.app-seller') @section('title','Shop Edit') @push('css_or_js') @endpush @section('content')

Edit Shop Info

@csrf
Product thumbnail
Cancel
@include('shared-partials.image-process._image-crop-modal',['modal_id'=>'shop-image-modal'])
@endsection @push('script') @include('shared-partials.image-process._script',[ 'id'=>'shop-image-modal', 'height'=>300, 'width'=>300, 'multi_image'=>false, 'route'=>route('image-upload') ]) @endpush