@extends('layouts.app') @section('page-title')

{{ __('pageTitle') }}

@endsection @section('content')

@lang('Blogs')

@if($type !== 'apps') @endif @forelse($features as $feature) @if($type !== 'apps') @endif @empty @endforelse
@lang('Title')@lang('Description'){{ucwords($type)}} @lang('Action')
{{ ucwords($feature->title) }}{!! $feature->description !!}type != 'image' && $feature->type != 'apps') style="font-size: 27px" @endif> @if($feature->type == 'image' || $feature->type == 'apps') @else {{-- --}} @endif
@lang('messages.noRecordFound')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection