@extends('admin::layouts.master') @section('pagetitle','Dashboard') @section('content')

Engineer Management

/Edit Engineer Details
@csrf @method('PUT')
@if($engineer->profile_img) Image @else No Image @endif
Change Photo
Basic information
{{--
.
--}}

Request information
@if ($engineer->device_approve=='0') Approve Sign Request @else No Requested @endif
@if ($engineer->status!='2') Block @else UnBlock @endif Delete
@endsection @section('scripts') @endsection