@extends('admin.layouts.dashboard') @section('title', 'Create Offer') @section('content')

Create Offer

Add a new offer and assign it to a partner.

Back to Offers
@if ($errors->any())
@endif
@csrf
Cancel
@endsection