@extends('admin.layout.app') @section('more-head')
@endsection @section('main-content')
TERMINAL MANAGEMENT SYSTEM
OPERATOR'S CONFIRMATION
@include('includes.messages')
{{csrf_field()}} {{method_field('PUT')}}
Operator's Name
* Operator is equipped and well able to perform activity
operator_confirmation == 'yes') checked @endif value="yes" id="yep" > YES
operator_confirmation == 'no') checked @endif value="no" id="nope"> No
Reasons for Failure
@endsection @section('more-scripts') @endsection