@extends('admin.index') @section('content')

التحكم بالممنوعات للحجز

تعديل
@if (session('success'))
{{ session('success') }}
@endif
{{ csrf_field() }} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($data as $key => $val) @if($val->type == 'part')
الجزء {{$val->options}}
active == 'active') checked @endif name="part{{$val->options}}" data-plugin="switchery" data-color="#039cfd">
@else
الحزب {{$val->options}}
active == 'active') checked @endif name="hizb{{$val->options}}" data-plugin="switchery" data-color="#039cfd">
@endif @endforeach

تعديل


رجوع

@endsection