@extends('admin.layout.master') @section('page_title','Add Technician') @section('title','Add Technician') @section('container') @if(Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('errors'))
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{csrf_field()}}
Name
Photo
Email
Phone
Service Charge Percentage %
Password
Status
Accept Order ?
Badge ?

Badge 'No' means document not verified yet !

 
@endsection