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