@extends('layouts.compact_menu') {{-- Page title --}} @section('title') View Kanban Accounts @parent @stop @section('content')
@include('flash::message')
@include('kanban_accounts.show_fields')
Back
@endsection