@extends('admin.layouts.form') @section('content')
list ALL banner ad

Create new banner ad You may put multiple link one after one

{!! Form::open(['url'=>URL::to('module/banner'),'class'=>'form','files'=>'true']) !!}
import_export {!! Form::select('market',['Bikroy'=>'Bikroy','Ikman'=>'Ikman'],null,['class'=>'form-control selectpicker']) !!}
person
Link Title Company Logo add
link
create
remove
{!! Form::close() !!}
@endsection @section('custom_page_script') @endsection