@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Kanban Application') {{-- vendor style --}} @section('vendor-styles') @endsection {{-- page styles --}} @section('page-styles') @endsection @section('content')

UI Design

avatar img holder
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection