@extends('front.layouts.main') @section('content')
@include('front.projects.menu')
{{@$gcompany->company_name}}
{{csrf_field()}}  
{{ $errors->first('project_id', ':message') }} {{ $errors->first('gallery_image.*', ':message') }}
@if(count($monthCount)) @else

No images uploaded yet!

@endif
@endsection