@extends('admin.template.master') @section('title') CC Builder Setting Home CC Builder Setting @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif {{-- Campaign Filter {!! Form::label('from_date', 'From Date') !!} {!! Form::date('from_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'from_date']) !!} {!! Form::label('to_date', 'To Date') !!} {!! Form::date('to_date', \Carbon\Carbon::now(), ['class' => 'form-control', 'id' => 'to_date']) !!} Search --}} List Add CC Builder Setting {!! Form::hidden('status', 1, ['id' => 'status']) !!} ID Item Type Name {{-- Image --}} Position Status Created By Updated By Created Date Updated Date Action @endsection @section('javascripts') @endsection