@extends('layouts.app') @php $title = isset($promoCode)?'Edit Promo Code':'Create Promo Code'; @endphp @section('title', $title) @section('content')

Promo Code Management

{{$title}}

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