@extends('frontend/layouts/Pagelayout')
{{-- Page content --}}
@section('content')
@include('frontend.includes.portfolio-banner')
@if(Session::has('message'))
×
{{Session::get('message')}}
@endif
@if(Session::has('error'))
×
{{Session::get('error')}}
@endif
@include('frontend.portfolio-projects.template-portfolio-projects')
@endsection
@section('javascript')
@endsection