@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
@foreach($category_list as $i => $category_data)
@endforeach