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

{{ __('translate.Car List') }}

@include('profile.sidebar')

{{ __('translate.Car') }} : {{ html_decode($car->translate->title) }}

@csrf

{{ __('translate.Gallery Images') }}

@include('profile.logout')
@endsection @push('style_section') @endpush @push('js_section') @endpush