@extends('adminlte::page') @section('title', 'Categories') @section('content_header')

Campaign Categories

@stop @section('content') @include('notifications')

Campaign Categories

@foreach( $categories as $category ) @endforeach
ID Name Default Categroy
{{ $category->id }} {{ $category->name }} @if( $category->isDefault == 1 ) @else
{{ csrf_field() }}
@endif
Edit @if( $category->isDefault == 1 ) @else
{{ method_field('DELETE') }} {{ csrf_field() }}
@endif
ID Name

Add Category

{{ csrf_field() }}
@stop @section('adminlte_js') @stop @section('plugins.jQuery-UI', true) @section('plugins.Datatables', true) @section('plugins.BootstrapSwitch', true)