@extends('layouts/contentLayoutMaster') @section('title', 'المحطات') @section('vendor-style') @endsection @section('content') تعديل محطة #{{$data->id}} @csrf اسم المحطة * @if ($errors->has('name')) {{ $errors->first('name') }} @endif المدينة * أختر المدينه @foreach($govs as $gov) id) @endif selected="selected" @elseif($data->governorate_id == $gov->id) selected="selected" @endif>{{$gov->name_ar}} @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('governorate_id')) {{ $errors->first('governorate_id') }} @endif وقت بدء العمل * @if ($errors->has('start_time')) {{ $errors->first('start_time') }} @endif وقت انهاء العمل * @if ($errors->has('end_time')) {{ $errors->first('end_time') }} @endif عدد الطلبات في اليوم * @if ($errors->has('num_of_orders')) {{ $errors->first('num_of_orders') }} @endif المسافة حول الموقع ( كم )* @if ($errors->has('radius')) {{ $errors->first('radius') }} @endif الفنيين @foreach($providers as $provider) providers as $prov) @if($provider->id == $prov->id) selected="selected" @endif @endforeach >{{$provider->name}} @endforeach {{__('main.parent_change_DC')}} @if ($errors->has('provider_id')) {{ $errors->first('provider_id') }} @endif مفعل status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) {{ $errors->first('status') }} @endif @if ($errors->has('lat')) {{ $errors->first('lat') }} {{ $errors->first('lon') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection