@extends('layouts.dashboard') @section('css') @endsection @section('sub-header') {{ __('S Cruve Chart ') .' - '. $hospitalitySector->getStudyName() . ' - ' . $hospitalitySector->getPropertyName() }} @endsection @section('content')
@for($i = 0 ;$i<4 ; $i++)
@endfor @for($i = 0 ; $i<4 ; $i++)
@endfor @for($i = 0 ; $i<4 ; $i++)
@endfor
@if (session('warning'))
  • {{ session('warning') }}
@endif
@endsection @section('js') @endsection