@extends('layout.admin') @section('template_title') {{ __('Sửa thông tin ' . $genre->name) }} @endsection @php $method = 'PATCH'; @endphp @section('content')
@includeif('partials.errors')
{{ __('Sửa thông tin') }}
{{ method_field($method) }} @csrf @method($method) @include('admin.genres.form')
@endsection