@extends('layout') @section('title', 'Edit Long Term Signal') @section('content')
Edit Long Term Signal
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
closed == 'yes') ? 'checked' : '' }}>
Cancel
@endsection