@extends('layouts.admin.app') @section('content')
@if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

@endif @endforeach
Addon Group
@if(count($result) > 0)
@php $i=1; @endphp @foreach($result as $key => $data) @endforeach
No. Title Slug Type Created Date Status Action Sort
{{ $i + $key }} {{$data->title}} {{$data->slug}} {{$data->type}} {{date('d-m-Y', strtotime($data->created_at))}} @if($data->type == 'Extra') @endif @if($data->type == 'Extra') @endif
@else
No Data Found...
@endif
@endif
@endsection