@extends('backend.app') @section('title', 'Edit Raffle') @section('content')
@csrf @method('PUT') @include('backend.rony.raffle.form', ['data' => $data]) Cancel
@endsection