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

تعديل فني #{{$data->id}}

@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
status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) @endif
ساعات العمل الحالية *
@if(count($data->hours) > 0) @foreach($data->hours as $k=>$detail)
@if($k == 0)
@else
@endif
@endforeach @else
@endif
ساعات العمل المستقبلية *
@if(count($data->future_hours) > 0) @foreach($data->future_hours as $k=>$detail)
@if($k == 0)
@else
@endif
@endforeach @else
@endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection