@extends('layouts.location_app')
@section('title', 'Root cause analysis request')
@section('content')
@include('layouts.error')
@section('styles')
@endsection
| Date |
Requested By |
Actions |
| {{$record->created_at->format(config('app.dateFormat'))}} |
{{$record->location->head_office_location->head_office->name()}} |
@if(isset($is_five_whys))
Five
Whys
@endif
@if(isset($is_fish_bone))
Fish
Bone
@endif
|
@section('scripts')
@endsection
@endsection