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