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

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

{{ __('translate.Manage Listings') }} >> {{ __('translate.Select Category') }}

@endsection @section('body-content')

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

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

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

{{ __('translate.For Real Estate') }}

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

{{ __('translate.For Job Post') }}
@endsection