@extends('mrp') @section('title', $page_title) @section('content')
@csrf
@error('import_file') {{ $message }} @enderror
{{--

Import data from excel

@csrf
@error('import_file') {{ $message }} @enderror
--}}

{{$page_title}}

Back
@if (auth()->user()->can('counter_measure-create'))
Add New
@endif
@if(Session::has('message')) @endif
@foreach ($counter_measures as $counter_measure) @endforeach
No Counter Measure Code Counter Measure Name Problem Description Action
{{$loop->iteration}} {{$counter_measure->cm_code}} {{$counter_measure->cm_name}} {{$counter_measure->problem->problem_code ?? 'N/A' }} {{$counter_measure->description}}
@if (auth()->user()->can('counter_measure-edit')) @endif @if (auth()->user()->can('counter_measure-delete')) @endif
@endsection @push('css') @endpush @push('js') @endpush