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