@extends('layouts.adminapp') @section('title') {{ __('lng.AddControl') }} - {{ __('lng.Edit') }} @endsection @section('active_settings', 'active') @section('open_settings', 'open') @section('open_addcontrol', 'open') @section('active_addcontrol', 'active') @section('content')

{{ __('lng.AddControl') }}

@csrf @method('patch')
{{ __('lng.UpdateAddControl') }}
avatar
avatar
@php $DTs = date("Y-m-d",strtotime($AddControl->expire_date)); @endphp @error('expire_date')
{{ $message }}
@enderror
is_active) checked @endif>
@endsection