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