@extends('layouts.vendor') @section('content')
@include('includes.vendor.form-both')

{{ __('Current Profile Image') }} *

{{ csrf_field() }}
@if ($data->photo)
@endif

{{ __('Shop Name') }}:

{{ $data->shop_name }} @if ($data->checkStatus()) {{ __('Verified') }} @else {{ __('Verify Account') }} @endif

{{ __('Corporate Name') }} *

{{ __('Phone') }} *

{{ __('Opening Hours') }} *

{{ __('Payment Methods') }} *

{{ __('Delivery Info') }} *

{{ __('Registration Number') }}

{{ __('Owner Name') }} *

{{ __('Shop Number') }} *

{{ __('Shop Address') }} *

{{ __('Embed Google Maps') }}

{{ __('Shop Details') }} *

@endsection @section('scripts') @endsection