@extends('layouts.app') @php $title = isset($plan)?'Edit Plan':'Create Plan'; @endphp @section('title', $title) @section('css') @endsection @section('content')

Plan

{{$title}}

@csrf @if(isset($plan)) @method('PUT') @endif
@endsection @section('scripts') @endsection