@extends('layouts/contentLayoutMaster') @section('title', 'المحطات') @section('vendor-style') @endsection @section('content')

تعديل محطة #{{$data->id}}

@csrf
اسم المحطة *
@if ($errors->has('name')) @endif
المدينة *
@if ($errors->has('governorate_id')) @endif
وقت بدء العمل *
@if ($errors->has('start_time')) @endif
وقت انهاء العمل *
@if ($errors->has('end_time')) @endif
عدد الطلبات في اليوم *
@if ($errors->has('num_of_orders')) @endif
المسافة حول الموقع ( كم )*
@if ($errors->has('radius')) @endif
الفنيين
@if ($errors->has('provider_id')) @endif
status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) @endif
@if ($errors->has('lat')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection