@extends('layouts.admin') @section('styles') @endsection @section('breadcrumb-item') @endsection @section('content')

Show Details

@php $base = url(getenv("APP_URL")); $part1 = '/admin/shop/'; $id = $shop->id; $part2 = '/show'; $shop_url = $base.$part1.$id.$part2; @endphp

{{ $shop->name }}

Name: {{ $shop->name }}
Contact Person: {{ $shop->contact_person }}
Designation: {{ $shop->designation }}
Email Address: {{ $shop->email }}
Phone Number: {{ $shop->phone }}
Whatsapp Number: {{ $shop->whatsapp }}
Credit Limit: {{ $shop->credit_limit }}
Address: {{$shop->address}}
Area: {{$shop->areaName}}
City: {{$shop->cityName}}
{{QrCode::generate($shop_url) }}
@endsection @section('scripts') @endsection