@extends('layouts/contentLayoutMaster') @section('title', 'تعديل فترة ') @section('vendor-style') @endsection @section('content')

تعديل فترة

@csrf
السبب *
@if ($errors->has('title')) @endif
@if ($errors->has('providers')) @endif
من يوم *
@if ($errors->has('from')) @endif
الي يوم *
@if ($errors->has('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')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection