@extends('layouts.backend.master') @section('content')

{{ 'Configuration'}} {{ 'Control' }} {{ 'Panel' }} {{ 'Manage' }} {{ 'Configurations' }}

@include('flash::message')

{{ 'Configurations' }}

{!! Form::label('searchBox', 'Search Keyword', ['class' => 'control-label']) !!} {!! Form::text('searchBox', null, ['class' => 'form-control', 'id' => 'searchBox', 'placeHolder' => 'Enter Keyword' ]) !!}
{!! Form::label('searchBox', ' ', ['class' => 'control-label']) !!}

# {{ 'Config Key' }} {{ 'Config Value' }} {{ 'Config Label' }} {{ 'Created At' }} {{ 'Action' }}
# {{ 'Config Key' }} {{ 'Config Value' }} {{ 'Config Label' }} {{ 'Created At' }} {{ 'Action' }}
@endsection