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

@lang('user.create_template')

@csrf
@lang('user.body_text') ...
@if (env('APP_PROJECT') != 'Rouaa')

@lang('user.note')

@lang('notes.templates_note')

@endif
@endsection @push('scripts') @endpush