@extends('layouts.front-end.app')
@section('title','Seller Apply')
@push('css_or_js')
@endpush
@section('content')
{{trans('messages.Shop')}} {{trans('messages.Application')}}
@include('shared-partials.image-process._image-crop-modal',['modal_id'=>'image-modal'])
@include('shared-partials.image-process._image-crop-modal',['modal_id'=>'logo-modal'])
@endsection
@push('script')
{{--Toastr--}}
{!! Toastr::message() !!}
@if ($errors->any())
@endif
@include('shared-partials.image-process._script',[
'id'=>'image-modal',
'height'=>200,
'width'=>200,
'multi_image'=>false,
'route'=>route('image-upload')
])
@include('shared-partials.image-process._script',[
'id'=>'logo-modal',
'height'=>200,
'width'=>200,
'multi_image'=>false,
'route'=>route('image-upload')
])
@endpush