@extends('layouts.app') @section('content')

Editar cupón

@csrf @method('PUT') @include('cupones._form')
@endsection