@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/suppliers/table.suppliers') }} @parent @stop {{-- Page content --}} @section('content') @section('header_right') @can('create', \App\Models\Supplier::class) {{ trans('general.create') }} @endcan @stop