@extends('layouts.main_without_top_button') @section('general') active @stop @section('title') {{ $vendor->name }} Profile @stop @section('navigation')
@stop @section('contentinner')Name: | {{ $vendor->name }} |
Email: | {{ $vendor->email }} |
Phone: | {{ $vendor->phone }} |
Address: | {{ $vendor->address }} |
District: | {{ $vendor->district }} |
Region: | {{ $vendor->region }} |
Country: | {{ $vendor->country }} |