@extends('layouts.dashboard.superadminapp') @section('title', 'Customer/Vendor Details') @section('styles') @endsection @section('content')
{{ $customer->company_nickname }}
@endif{{ $customer->gstno }}
{{ $customer->panno }}
{{ $customer->account_number }}
{{ $customer->ifsc_code ?: '-' }}
No bank details available
{{ $customer->billing_address }}
@elseNo billing address provided
@endif{{ $customer->shipping_address }}
@elseNo shipping address provided
@endifNo contact persons available