@extends('layouts.app') @section('title', $title = __('project.index')) @section('content') @include('shared.button', ['type' => 'add', 'url' => route('projects.create'), 'label' => __('project.add')]) @endsection