@extends('admin.master_layout') @section('title') {{ __('translate.Select Purpose') }} @endsection @section('body-header')

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

{{ __('translate.Manage Car') }} >> {{ __('translate.Select Purpose') }}

@endsection @section('body-content')

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

{{ __('translate.For Rent') }}

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

{{ __('translate.For Sale') }}
@endsection