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

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

{{ __('translate.Manage Car') }} >> {{ __('translate.Car for Rent') }}

@endsection @section('body-content')
@csrf

{{ __('translate.Basic Information') }}

{{ __('translate.Key Information') }}

{{ __('translate.Features') }}

@foreach ($features as $index => $feature)
@endforeach

{{ __('translate.Video Information') }}

{{--

{{ __('translate.Address & Google Map') }}

--}}

{{ __('translate.SEO Information') }}

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