@extends('layouts.app') @section('title', __('vendor.detail')) @section('content')
{{ __('vendor.detail') }}
{{ __('vendor.name') }}{{ $vendor->name }}
{{ __('vendor.description') }}{{ $vendor->description }}
@endsection