@extends('../../master_layout/website_master') @section('title') {{env('APP_NAME')}} :: Profile @endsection @section('heading')
Back

No profile created

@endsection @section('content') @if (session('errors'))
@foreach($errors->all() as $message)
  • {{$message}}
  • @endforeach
    @endif
    @if (session('message'))
    @endif

    No profile created


    Free Listing


    Upgrade to VIP and get more enquiries!

    ADVERTISEMENT

    Link to us


    Link to us from your site and get free credits.

    @endsection