@extends('layout.app') @section('content')
{!! Form::open(array('url' => url()->current(), 'id'=> 'gridForm','role'=>'form')) !!}

Nguồn Landipage

{!! Form::select('mkt_id',$marketings, null, array('class' => 'form-control select2','data-placeholder' => 'Chọn mkt')) !!}
{!! Form::close() !!}
@include('marketing.source_landipage.ajax') @include('marketing.source_landipage.modal')
@endsection @section('_script') @endsection