@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('zone_id')) @endif
الاولوية
@if ($errors->has('priority')) @endif
status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) @endif
عدد الطلبات الواردة عدد الطلبات المكتملة عدد الطلبات المرفوضة اجمالي المبيعات (المكتملة) صافي مبلغ المشغل (المكتملة)
{{$total_orders}} {{$complete_orders}} {{$reject_orders}} {{$total_amount}} ر.س {{($total_amount * 60 )/100}} ر.س
ساعات العمل *
@if(count($data->hours) > 0) @foreach($data->hours as $k=>$detail)
@endforeach @else
@endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection