@extends('layouts.app') @section('title', 'Vendor') @section('content')

{{ $vendor->name }}

@include('flash::message')
@endsection @section('footer') @endsection