@extends('layouts.admin-layout') @section('title', 'Edit Offer') @section('content')

Edit Offer Form

@method('PUT') @csrf

Offer Section

Profile Preview

@endsection @section('script') @endsection