@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/admin/pages/css/blog.min.css")!!} {!! HTML::style("assets/global/plugins/select2/css/select2.css")!!} {!! HTML::style("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css")!!} @stop @section('mainarea')

@lang("pages.updates.indexTitle")

@foreach($updates as $update)

$update->id]) }}')">{{ $update->title }} @if($update->admin_id == null && $loggedAdmin->type != "superadmin") New @endif

{!! $update->excerpt !!}

@if($loggedAdmin->type == "superadmin") @endif
@endforeach
@if($loggedAdmin->type == "superadmin") @endif
{!! $updates->render() !!}
{{--MODAL CALLING--}} @include('admin.common.delete') {{--MODAL CALLING END--}} @stop @section('footerjs') {!! HTML::script("assets/global/plugins/select2/js/select2.min.js")!!} {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js")!!} {!! HTML::script("assets/global/plugins/datatables/datatables.min.js")!!} {!! HTML::script("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js")!!} @stop