@extends('layouts.app') @section('title', $vendor->name.' - '.__('vendor.detail')) @section('content')
| {{ __('vendor.name') }} | {{ $vendor->name }} |
| {{ __('vendor.website') }} | {{ $vendor->website }} |
| {{ __('app.status') }} | {{ $vendor->status }} |
| {{ __('app.notes') }} | {!! nl2br($vendor->notes) !!} |