@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@includeIf('howto::image_howto') @includeIf('howto::form_lang')
status) ? ($howto->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($howto->status == 0 ? 'checked' : '') : '' }}>
@endsection('content') @section('scripts') @endsection