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