@extends('admin.template.master') @section('title') All Link Report all new link information Home All Link Report @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif 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 SL Tag Slug ID Status Created By Created Date @endsection @section('javascripts') @endsection