@extends('layouts.admin') @section('title', 'Add Theme') @section('page_title', 'Add New Theme') @section('content')
Back to Themes
@include('admin.themes.form') @endsection