@extends('layouts.app') @section('styles') @endsection @section('content') @php $content_page_name = 'Our Certificates'; $content_page_name_single = 'Our Certificates'; @endphp @canany(['homebanner-create', 'homebanner-edit'])

Add {{ $content_page_name_single }}

@csrf
@foreach($image_form_elements as $image_form_element)
@endforeach @foreach($attribute_form_elements as $attribute_form_element)
@endforeach @if($staus_field == 1)
@endif
@can('homebanner-create') Save @endcan @can('homebanner-edit') @endcan
@endcanany @can('homebanner-list')

View {{ $content_page_name }}

@foreach($attribute_form_elements as $attribute_form_element) @if($attribute_form_element['display'] == 'yes') @endif @endforeach @foreach($image_form_elements as $image_form_element) @if($image_form_element['display'] == 'yes') @endif @endforeach @if($staus_field == 1) @endif
@endcan @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection