@extends('layouts.app') @section('title', __('reports.create_title')) @section('breadcrumbs') @include('components.breadcrumbs', ['items' => [ ['title' => __('reports.title'), 'url' => route('reports.index')], ['title' => __('reports.create_title'), 'active' => true] ]]) @endsection @section('content')