@extends('layouts.admin') @section('title', 'Edit Offering') @section('page-title', 'Edit Offering') @section('page-subtitle', 'Update offering details') @section('content')
@csrf @method('PUT')

Offering Details

Cancel
@endsection