@extends('layouts.back-end.app-seller') @section('title','Profile Settings') @push('css_or_js') @endpush @section('content')
@csrf

{{trans('messages.Basic')}} {{trans('messages.information')}}

{{trans('messages.Change')}} {{trans('messages.your')}} {{trans('messages.password')}}

@csrf

@include('shared-partials.image-process._image-crop-modal',['modal_id'=>'profile-image-modal']) @endsection @push('script_2') @include('shared-partials.image-process._script',[ 'id'=>'profile-image-modal', 'height'=>200, 'width'=>200, 'multi_image'=>false, 'route'=>route('image-upload') ]) @endpush @push('script') @endpush