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