@extends('admin.layouts.main-layout') @php if (!empty($coupon->encrypted_id)) { $title = 'Edit Coupon'; } else { $title = 'Add Coupon'; } @endphp @section('title', $title) @section('content')