@extends('frontend.layouts.app_board_readonly') @section('title', app_name() . ' | ' . __('navs.frontend.dashboard') ) @section('header') @endsection {{--Content--}} @section('content')

{{$board->name}} ({{round($board->width/ 3.7795) }}x{{round($board->height/ 3.7795)}} mm)

{{-- Left hand side buttons--}}
{{-- Update board metadata form container--}} {{-- Clipart panel--}}
{{-- Share--}} {{-- Help panel--}}
@endsection @section('dialogs')
Loading...
@endsection @push('after-scripts') @endpush @push('after-styles') @endpush