@extends('frontend/layouts/Pagelayout') {{-- Page content --}} @section('content')
@if(Session::has('message'))
× {{Session::get('message')}}
@endif @if(Session::has('error'))
× {{Session::get('error')}}
@endif

Awarded Projects

@include('frontend.projects.template-awarded-projects')
@endsection @section('javascript') @endsection