@extends(Theme::viewName('layout')) @section('title', trans('admin.metadata_upgrade.title')) @section('breadcrumb') @endsection @section('content')
@yield('title')

@lang('admin.metadata_upgrade.confirm', ['name' => $album->name])

@lang('admin.metadata_upgrade.warning')

{{ csrf_field() }} @lang('forms.cancel_action')
@endsection