@extends('layouts.app') @section('content')
@csrf @method('POST')
is_active ? 'checked' : '' }} data-bs-toggle="toggle" data-height="35" data-off="@lang('Disable')" data-offstyle="-danger" data-on="@lang('Enable')" data-onstyle="-success" data-size="large" data-width="180px" name="is_active" type="checkbox">
@endsection @push('style') @endpush