@extends('back/layouts.app') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@foreach ($coursesCertificatesTemplates as $templates) @foreach ($templates->new_value as $template)
{{ $cirtTitles[$templates->property] }} - {{ $template[0] }} *
id="capture" @if ($errors->has('content')) {{ $errors->first('content') }} @endif

@endforeach @endforeach
@stop