@extends('layouts.app') @section('title', isset($plataforma) ? 'Editar Plataforma' : 'Nova Plataforma') @section('page_title', isset($plataforma) ? 'Editar Plataforma' : 'Nova Plataforma') @section('content')
@csrf @if(isset($plataforma)) @method('PUT') @endif
is_active ?? true) ? 'checked' : '' }}>
Cancelar
@endsection