@extends('layouts.admin_default') @section('title', 'Technician Table') @section('page', 'Technician / List') @section('content')
@if(isset($errors) && $errors->any()) @foreach($errors->all() as $error )
×
{{$error}}
@endforeach @endif @if(session()->has('message'))
×
{{ session()->get('message') }}
@elseif(session()->has('error'))
×
{{ session()->get('error') }}
@endif
Import Technician
Export Technician
Add +
Delete
{{--
Active
Inactive
--}}
Apply action on checked record.
Name
Technician Name
Mobile
Email
Location
Assigned Hub
Work Radius (In KM)
Created Date
Status
Action
@csrf
Add Technician
×
Technician Name*
Mobile*
Email id*
Family Number*
Father's Name*
Permanent Address*
Aadhar Card*
Location*
@php $roles = \App\Models\Role::distinct()->get(['role_id', 'title']); @endphp
Role*
Experience (Years)*
Experience (Months)*
Training and Expertise*
Assigned Hub*
Status*
status == 1){{'selected'}}@endif>Active
status == 0){{'selected'}}@endif>De-Active
Work Radius*
Password*
@csrf
Edit Technician
×
Technician Name*
Mobile*
Email id*
Family Number*
Father's Name*
Permanent Address*
Aadhar Card*
Location*
@php $roles = \App\Models\Role::distinct()->get(['role_id', 'title']); @endphp
Role*
Experience (Years)*
Experience (Months)*
Training and Expertise*
Assigned Hub*
Status*
status == 1){{'selected'}}@endif>Active
status == 0){{'selected'}}@endif>De-Active
Work Radius
Password
Dealers Details
×
@csrf
Import Csv - Dealers
×
Choose file
Download Sample
@endsection @section('footer') @endsection