@extends('layouts.app') @section('title', __('vendor.list')) @section('content')
| {{ __('app.table_no') }} | {{ __('vendor.name') }} | {{ __('vendor.description') }} | {{ __('app.action') }} |
|---|---|---|---|
| {{ $vendors->firstItem() + $key }} | {!! $vendor->name !!} | {{ $vendor->description }} | @can('view', $vendor) {{ __('app.show') }} @endcan |