@extends('dashboard.layouts.default') @section('content') @if ($errors->any())
@endif
@include('layout.top-ads')
Summary
Edit Tasks
{{ csrf_field() }}
@foreach($page->years as $key=>$year) @php $checked = (in_array($year->id, $details->selected_years)) ? 'checked' : ''; @endphp @if($checked == '') @else @endif @endforeach
SName Name Year Class
@include('layout.bottom-ads')
@endsection @section('scripts')