@extends('admin.business.layouts.app') @push('css') @endpush @section('content')

Account Information

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

Contact No: {{ $businessLogin->contact_no }}

Email: {{ $businessLogin->email }}

City: {{ $businessLogin->city }}

Username: {{ $businessLogin->username }}

Business Type: {{ $businessLogin->business_type }}

@endsection