@if(Session::has('flash_message'))
{{Session::get('flash_message')}}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif
@yield('content')
{{-- View Footer Includes --}}
@yield('view-footer')
{{--@include('layouts.partials.google_analytics')--}}