@extends('layouts/contentLayoutMaster') @section('title', 'الفنيين') @section('vendor-style') @endsection @section('content')

أضافة فني جديد

@csrf
اسم الفني *
@if ($errors->has('name')) @endif
رقم التلفون*
@if ($errors->has('mobile')) @endif
الصورة الشخصيه*
@if ($errors->has('logo')) @endif
المحطات
@if ($errors->has('zone_id')) @endif
الاولوية
@if ($errors->has('priority')) @endif
تاريخ تغير الساعات
@if ($errors->has('change_date')) @endif
@if ($errors->has('status')) @endif
ساعات العمل الحالية *

ساعات العمل المستقبلية *
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection