@extends('layout.app') @section('content')
@foreach($clients as $client) @foreach($years as $year)
@csrf
{{ $client->name }} | {{ $year->year }}
Status ? 'checked' : '' }} name="activate">
@endforeach @endforeach
@endsection