@extends('layouts/contentLayoutMaster') @section('title', 'تعديل فترة ') @section('vendor-style') @endsection @section('content') تعديل فترة @csrf السبب * @if ($errors->has('title')) {{ $errors->first('title') }} @endif أختر الفني @foreach($providers as $provider) providers as $prov) @if($provider->id == $prov->provider_id) selected="selected" @endif @endforeach >{{$provider->name}} @endforeach @if ($errors->has('providers')) {{ $errors->first('providers') }} @endif من يوم * @if ($errors->has('from')) {{ $errors->first('from') }} @endif الي يوم * @if ($errors->has('to')) {{ $errors->first('to') }} @endif ساعات العمل * @if(count($data->hours) > 0) @foreach($data->hours as $k=>$detail) @if($k == 0) @else @endif @endforeach @else @endif مفعل status == 1 ) checked @endif @endif value="1" > @if ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection