@extends('layouts.app') @section('styles') @endsection @section('content') @php $content_page_name = 'Our Certificates'; $content_page_name_single = 'Our Certificates'; @endphp
# | @foreach($attribute_form_elements as $attribute_form_element) @if($attribute_form_element['display'] == 'yes'){{implode(' ', array_map('ucfirst', explode('_', $attribute_form_element['name'])))}} | @endif @endforeach @foreach($image_form_elements as $image_form_element) @if($image_form_element['display'] == 'yes'){{implode(' ', array_map('ucfirst', explode('_', $image_form_element['name'])))}} | @endif @endforeach @if($staus_field == 1)Status | @endifActions |
---|