@extends('layouts.admin_layout') @section('content')

Manage Event Categories

@if(Session::has('success'))

×{{ Session::get('success') }}

@endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif

Event Category List

Add
@php $i=1;@endphp @foreach($sponsorships as $category) @endforeach
# Sponsorship Category Name Action
{{$i++}} {{$category->sponsorship}}
{{ method_field('DELETE') }}{{csrf_field()}}
@endsection