@extends('layouts.customer-app.basic')
@section('title')
Fitsigma | Customer Attendance
@endsection
@section('CSS')
{!! HTML::style('fitsigma_customer/bower_components/calendar/dist/fullcalendar.css') !!}
@endsection
@section('content')
@endsection
@section('JS')
{!! HTML::script('fitsigma_customer/bower_components/moment/moment.js') !!}
{!! HTML::script('fitsigma_customer/bower_components/calendar/dist/fullcalendar.min.js') !!}
{!! HTML::script('fitsigma_customer/bower_components/calendar/jquery-ui.min.js') !!}
@endsection