@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 ($errors->has('status')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection