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

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

{{ __('translate.Manage Car') }} >> {{ __('translate.Car Gallery') }}

@endsection @section('body-content')

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

@csrf

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

@endsection @push('style_section') @endpush @push('js_section') @endpush