@extends('layouts.app') @section('content')
Event Type
@if(@$has_rights['add']) Add New @endif
@foreach($event_type as $_event_type) @endforeach
Title Action
{{ $_event_type["title"] }} @if(@$has_rights['edit']) Edit @endif @if(@$has_rights['delete']) Delete @endif
@endsection @section('page_scripts') @parent @endsection