@extends('layouts.master') @section('title') @lang('translation.yajra-datatable') @endsection @section('css') @endsection @section('content')

@lang('translation.Plan_Specification')

@foreach ($plan as $p) @endforeach @foreach ($plan_spe as $key => $d) @foreach ($plan as $p) @php $isChecked = $select->where('plan_id', $p->id)->where('Specification_id', $d->id)->where('status','Y')->isNotEmpty(); @endphp @endforeach @endforeach
No @lang('translation.Plans'){{ $p->name }}
{{ (int) $key + 1 }} {{ $d->name }}
@endsection