@extends('web.layouts.app') @push('styles') @if (env('APP_PROJECT') == 'Rouaa') @elseif (env('APP_PROJECT') == 'Mora') @endif @endpush @section('content') @if (env('APP_PROJECT') == 'Mora')
@endif

@lang('user.create_template')

@csrf
@lang('user.body_text') ...
{{-- --}}
@if (env('APP_PROJECT') != 'Rouaa' && env('APP_PROJECT') != 'Mora')

@lang('user.note')

@lang('notes.templates_note')

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