@extends('layouts.app') @section('page_css') @parent @endsection @section('theme_css') @endsection @section('content')

Event Type

Add New {!! Form::open(['url' => route('admin.master.startup_launch'), 'method' => 'get', 'class' => 'table-form']) !!} @if(request('status')) @endif {{--
--}} {!! Form::close() !!}
@foreach($event_type as $_event_type) @endforeach
Title Action
{{ $_event_type["title"] }} Edit Delete
@endsection @section('modals') @parent @endsection @section('plugin_scripts') @endsection @section('page_scripts') @parent @endsection