@extends('voyager::master') @section('css') @endsection @section('content')

{{ $theme->name }} Theme Options Options and settings for the {{ $theme->name }} theme.

@if(file_exists(config('themes.themes_folder', resource_path('views/themes')) . '/' . $theme->folder . '/options.blade.php'))
@include('themes_folder::' . $theme->folder . '.options') {{ csrf_field() }}
@else

No options file for {{ $theme->name }} theme.

@endif
@endsection @section('javascript') @endsection