@extends('app.app') @section('title', '') @section('content')

{{ __('titles.merchants_administration') }} / {{ $data->company_name }}

{{ __('titles.ID') }} {{ __('titles.merchant') }} #{{ $data->id }}

{{ $data->created_at->Format('Y/m/d') }}

@include('/app/layouts.alert')
User avatar

{{ $data->user->name }}

{{ __('titles.ID') }} {{ __('titles.merchant') }} #{{ $data->id }}

184

{{ __('titles.products') }}

12

{{ __('titles.deal') }}

12,378 {{ __('titles.riyal') }}

{{ __('titles.total_profit') }}
{{ __('titles.details') }} {{ __('titles.the') }}{{ __('titles.company') }} {{ __('titles.details') }} {{ __('titles.account_owner') }}
  • {{ __('titles.name') }}: {{ $data->user->name }}
  • {{ __('titles.email') }}: {{ $data->user->email }}
  • {{ __('titles.phone') }}: {{$data->user->phone}}
@endsection