@extends('web.layouts.app') @section('content') @if (env('APP_PROJECT') == 'Mora')
@endif

@lang('user.edit_template')

@csrf @method('PUT')
@if (env('APP_PROJECT') == 'Mora')
@endif @endsection @push('scripts') @endpush