@extends('layouts.admin.e-commerce.app') @section('title', 'Vendor Information') @section('content')

Vendor Information

Vendor Details

Name {{$vendor->name}}
Username {{$vendor->username}}
Email {{$vendor->email}}
Phone {{$vendor->phone}}
Shop Name {{$vendor->shop_info->name}}
Shop Address {{$vendor->shop_info->address}}
Shop Url {{$vendor->shop_info->url}}
Bank Account {{$vendor->shop_info->bank_account}}
Bank Name {{$vendor->shop_info->bank_name}}
Holder Name {{$vendor->shop_info->holder_name}}
Branch Name {{$vendor->shop_info->branch_name}}
Routing {{$vendor->shop_info->routing}}
Description {{$vendor->shop_info->description}}
Profile Profile
Cover Photo Profile
Nid Photo Profile
Trade Photo Profile
@endsection