@extends('front.layouts.main') @section('content')

{{@$gcompany->company_name}}

@if($msg=Session::get('message')) @endif
@include('front.includes.dashboard-header')
@endsection @section('js') @endsection