@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Coupons List

@if (\Session::has('success'))
@endif @if (\Session::has('error'))
@endif

Please Select Coupon

{{ Form::open(array( 'url'=>'bsort_date','class'=>'form-horizontal','files' => true,'method'=>'POST','role' => 'form', 'enctype'=>'multipart/form-data')) }} @if($blog_post) @foreach($blog_post as $bp) @endforeach @endif
New Sort Current Sort Blog Id Blog Image Blog Title Blog Category Status
{{$bp->sort}} {{$bp->id}} {{$bp->post_name}} {{$bp->category_name}} @if($bp->status == 1) Active @else Inactive @endif
{{Form::close()}}
@include('layouts.footer')