@extends('layouts.sidebar') @section('page-title', __('app.edit')) @section('content')
Nazad
@csrf @method('PUT') @include('admin.homepage.offerings._form', ['offering' => $offering])
@endsection