@extends ('layouts.app') @section ('content')

Company Name :
{{ $merchant->company_name }}

Name :
{{ $merchant->name }} {{ $merchant->surname }}

Email :
{{ $merchant->email }}

Contact Number :
{{ $merchant->cell }}

VAT :
{{ $merchant->vat }}

Address / Location :
{{ $merchant->postal_address }}

Last logged in :
{{ $merchant->last_logged_in }}

Registration Timestamp :
{{ $merchant->registration_timestamp }}

@stop