@extends('layouts/contentLayoutMaster') @section('title', 'أضافة فترة جديدة ') @section('vendor-style') @endsection @section('content') أضافة فترة @csrf السبب * @if ($errors->has('title')) {{ $errors->first('title') }} @endif أختر الفني @foreach($providers as $provider) {{$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 ($errors->has('status')) {{ $errors->first('status') }} @endif اضافة {{-- Data list view end --}} @endsection @section('vendor-script') @endsection