@extends('admin.layouts.app') @section('title') Exclusive Offer Management - Create @endsection @section('mainContent') @if(Session::has('message'))
{!! Session::get('message') !!}
@endif

Add Exclusive Offer

{!! Form::open(['route' => ['admin.exclusiveoffer.store'],'id' => 'InwordCreateForm','files' => 'true'])!!} @include('admin.pages.exclusiveoffer.form')
{!! Form::close() !!}
@endsection