@extends('dashboard_layouts.app') @section('content')
@include('dashboard_layouts.navbar')

Tables

DataTables is a third party plugin that is used to generate the demo table below. For more information about DataTables, please visit the official DataTables documentation.

DataTables Example
@foreach ($cyberEasons as $data) @endforeach
ID Name Size Design Name Required Design Selected Design Action
cyber-{{ $data->id }} {{ $data->name }} {{ $data->size }} {{ $data->design_name }} required_design selected_design View
@endsection