@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 @method('PUT')
@lang('user.body_text') ...
@for($i=1; $i<=$carousel['cards_count']; $i++)
@if ($template->media_type == '1') @elseif ($template->media_type == '2') @endif
@endfor
@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