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

Offer

Create Offer Detail

{{ Html::ul($errors->all()) }} {{ Form::open(array('url' => 'admin/offers','files'=>true)) }}

Fill details to submit


{{ Form::text('title', Request::old('title'), array('id'=>'exampleInputEmail1','class' => 'form-control','placeholder' => 'Enter title name')) }}
Flat Percentage
{{ Form::text('amount', Request::old('amount'), array('id'=>'exampleInputEmail1','class' => 'form-control','placeholder' => 'Enter amount','onkeypress'=>'if ( isNaN(this.value + String.fromCharCode(event.keyCode) )) return false;')) }}
Active Inactive

{{ Form::text('arabic_title', Request::old('arabic_title'), array('id'=>'exampleInputEmail1','class' => 'form-control','placeholder' => 'Enter arabic title')) }}
{{ Form::close() }}
@endsection @section('footer-scripts') @include('scripts.carterer') @endsection