@extends('layouts.front-end.app') @section('title','Seller Apply') @push('css_or_js') @endpush @section('content')

{{trans('messages.Shop')}} {{trans('messages.Application')}}


@csrf
{{trans('messages.Seller')}} {{trans('messages.Info')}}
{{trans('messages.Repeat')}} {{trans('messages.password')}} {{trans('messages.not match')}} .
banner image
{{trans('messages.Shop')}} {{trans('messages.Info')}}

@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