@extends('admin') @section('css') @endsection @section('content') @include('admin_header')
@include('admin_left_menu')

My Growth Per Year

@if (Session::get('error_msg'))
{{Session::get('error_msg')}}
@endif @if (Session::get('succ_msg'))
{{Session::get('succ_msg')}}
@endif

Growth Rate

@if($data->count() > 0) @foreach($data as $pic) @endforeach @endif
@endsection @section('js') @endsection