@extends('layouts.admin') @section('title', 'Add Offer') @section('content')
@csrf @include('admin.offers._form', ['offer' => null])
@endsection