@extends('merchant.layouts.app') @section('panel')
@csrf
@lang('Supported files'): @lang('jpeg'), @lang('jpg'). @lang('Image will be resized into 400x400px')

{{ __($merchant->fullname) }}

  • @lang('Name') {{ __($merchant->fullname) }}
  • @lang('Username') {{ __($merchant->username) }}
  • @lang('Email') {{ $merchant->email }}
  • @lang('Mobile') {{ $merchant->mobile }}
@lang('Supported files'): @lang('jpeg'), @lang('jpg'). @lang('Image will be resized into 400x400px')
@lang('Profile Information')
@lang('Social Links')
@if ($merchant->social_links) @foreach ($merchant->social_links as $social_link)
@endforeach @endif
@endsection @push('breadcrumb-plugins') @lang('Change Password') @endpush @push('script-lib') @endpush @push('script') @endpush