@extends('backend.layout') @section('titre') Modifier mode Maintenance @endsection @section('titrepage') mode Maintenance @endsection @section('content')
Modifier Maintenance
@if ($errors->any())
@endif @if(session()->has('alert')) @endif
@csrf @method('PUT')
@php $ch_ips='';@endphp @if(count($data)>0 && $data['allowed']) @php $i=0; @endphp @foreach($data['allowed'] as $ips) @php $i++; $ch_ips.=$ips @endphp @if($i
@endsection