@extends('layout.default') @section('styles')
@endsection @section('content')
Platforms {{--
Datatable initialized from HTML table
--}}
@if(\Illuminate\Support\Facades\Auth::user()->role === 1) @foreach($platforms as $platform) @endforeach
{{ $platform->title }}
Access
@else
Campaign Analyzer is under construction and will be available soon
@endif
@endsection @section('scripts') @endsection