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

Offer Form

@csrf

Offer Section

@error ('title') {{$message}} @enderror
@error ('short_description') {{$message}} @enderror
Profile Preview @error ('image') {{$message}} @enderror

@endsection @section('script') @endsection