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