@extends('Backend.dashboard') @section('title') Postpone List @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
@foreach($causelists as $causelist) @endforeach
Postpone Lists Actions
{{ $causelist->name }} Edit Delete

List Of Categories

@foreach($causelist_cats as $cat) @endforeach
Categories Actions
{{ $cat->name }} Edit Delete

Add New Category

@csrf
@csrf
@endsection @section('ckeditor') @endsection