@extends('layouts.dashboard_2') @section('title', 'إضافة Room') @section('content')

إضافة daily programs

@if(Session::has('errors'))
    @foreach(Session::get('errors')->toArray() as $key => $item_err)
  • {{$item_err[0]}}
  • @endforeach
@endif
@csrf
{{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @php--}} {{-- $arr=[];--}} {{-- for($i = 0;$i < 100; $i++) {--}} {{-- array_push($arr, old('features.' . $i));--}} {{-- }--}} {{-- @endphp--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}}
@include('dashboard.includes.footer')
@stop @section('style') @endsection @section('script') @stop