@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-colorpicker/css/colorpicker.css') !!} @endsection @section('content')
@endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/global/plugins/bootstrap-colorpicker/js/bootstrap-colorpicker.js') !!} @endsection