@extends('layouts.master') @section('page_title', $page_title) @section('content')
{{ Form::page_header($page_title, "paper_stack") }}
{{ Form::button_link('Add LinkedIn Data', action('BusinessLinkedInWeeklyController@create', compact('business')), 'add_btn') }}
@include('shared._message_all')
@foreach($column_sets as $key => $column_set) @if($column_set->has_data())
@endif @endforeach
@endsection @section('page_script') @endsection