@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Themes')}}
{{__('Create new')}}
@foreach ($themes as $theme) @endforeach
{{__('Name')}} {{__('Active')}} {{__('Action')}}
{{$theme->name}}
is_active ? 'checked' : ''}} value="1">
@if (! $theme->isDefault()) {{__('Edit')}} {{__('Lightmode')}} {{__('Darkmode')}} {{__('Delete')}} @endif
@stop @push('scripts-body') @endpush