@extends('backend.layouts.master') @section('content')
{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}

2.1 Marketing Dashboard

@if(count($marketings))
@endif
{{--
--}} {{----}} {{--
--}}
    {{----}}
{!! Form::close() !!}
{{--
--}} {{--
Danh sách tác nghiệp sau bao lâu
--}} {{--
--}} @include('backend.marketing.dashboard.ajax')
{{--{{$posts->links()}}--}}
@include('backend.marketing.dashboard.modal') @endsection @section('script') @include('backend.layouts.script') @endsection