@extends('layout') @section('title') {{ __('translate.Select Purpose') }} @endsection @section('body-content')

{{ __('translate.Select Purpose') }}

@include('profile.sidebar')

{{ __('translate.Add Car for Rent') }}

{{ __('translate.Do you have a car rental business? Click the button below to add new rental car information and get a new rental.') }}

{{ __('translate.Add Car for Sale') }}

{{ __('translate.Do you have a car sales business? Click the button below to add new sales car information and get a new client') }}

@include('profile.logout')
@endsection