@extends('layouts.app') @php $title = isset($condition)?'Edit Condition':'Create Condition'; @endphp @section('title', $title) @section('css') @endsection @section('content') Conditions Dashboard {{$title}} {{$title}} @csrf @if(isset($condition)) @method('PUT') @endif Name * Status status ?? '') == 1 ? 'selected' : '' }}>Active status ?? '') == 0 ? 'selected' : '' }}>In Active Description * {{ old('description', $condition->description ?? '') }} @endsection @section('scripts') @endsection