@extends('admin.layouts.master') @section('title') Custom Theme @stop @section('style') @stop @section('content')

Custom Theme

@if($errors->has('themes')) {{$errors->first('themes')}} @endif
{{----}} {{--@foreach($thems as $key => $thm) @endforeach--}}
No.Skin Class
{{$thm->id}} {{$thm->scheme}}
skin-blue
skin-blue-light
skin-yellow
skin-yellow-light
skin-green
skin-green-light
skin-purple
skin-purple-light
skin-red
skin-red-light
skin-black
skin-black-light
@if(Session('info'))
@endif
@stop @section('script') @stop