@extends('end-user.layouts.app') @section('content') Profile Home Dashboard @include('end-user.layouts.profile_sidebar') Add Listing Basic Information @csrf Brand Choose Brand @foreach ($brands as $brand) {{ $brand->name }} @endforeach Model Extenstion Body Type Choose @foreach ($bodyTypes as $bodyType) {{$bodyType->name}} @endforeach Price Year Choose @foreach ($years as $year) {{$year}} @endforeach Fuel Type Choose @foreach (getFuelTypes() as $fuelType) {{ $fuelType->name }} @endforeach Drive Type Choose @foreach (getDriveTypes() as $driveType) {{ $driveType->name }} @endforeach Mileage Engine Size Cylenders Color Choose @foreach ($colors as $color) {{ $color->name }} @endforeach Detailed Information Description Main Image Upload Images Features @foreach ($features as $feature) {{$feature->name}} @foreach ($feature->options as $option) {{ $option->name }} @endforeach @endforeach I Agree With Your Terms Of Services And Privacy Policy. Save & Publish Listing @endsection @push('scripts') @include('end-user.pages.profile.scripts') @endpush
{{$feature->name}}