@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('problem-create'))
Add New
@endif
@if(Session::has('message')) @endif
@foreach ($problems as $problem) @endforeach
No Problem Code Problem Name Descripiton Action
{{$loop->iteration}} {{$problem->problem_code}} {{$problem->problem_name}} {{$problem->description}}
@if (auth()->user()->can('problem-edit')) @endif @if (auth()->user()->can('problem-edit')) @endif
@endsection @push('css') @endpush @push('js') @endpush