@php /** * @var array $data */ @endphp @extends('crud.form') @section('title') {{ $title }} @endsection @section('form-body')
Таргеты
@foreach($data['months'] as $month) @endforeach @foreach($data['months'] as $month) @endforeach
{{ Illuminate\Support\Carbon::create()->month($month->month_number)->format('F') }}
@endsection