@extends(tt('layout.blade.php')) @push('header') @at(tt('assets/css/pages/reset.scss')) @endpush @section('title') {{ !empty(page()->title) ? page()->title : t('auth.reset.title') }} @endsection @push('content') @navbar
@navigation @breadcrumb @editor @stack('container')

{{ t('auth.reset.title') }}

@flash
{!! $form !!}
@endpush @footer