@extends('welcome') @section('title','Add new offer') @section('content-header','Attract your customers by Convincing and attractive offers') @section('content-breadcrumb') @endsection @section('content')

Add New Offer

@include('dashboard.messages')
@csrf
@endsection