@extends('backend.layouts.app') @section('title') Cập nhật chủ đề @endsection @section('content')
@include('backend.layouts.content-header', ['page' => 'Cập nhật chủ đề'])
@include('backend.components.notification')
@method('PUT') @csrf @include('backend.theme.form-body')
@endsection @push('css') @endpush @push('js') @endpush