@extends('admin.template.master') @section('title') PC Builder Setting Home PC 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 PC 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