@extends('layouts.master') @section('title', 'Vehicle Features | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.vehicle features')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')| {{ __('basic.id') }} | {{ __('basic.name') }} | {{ __('basic.icon') }} | {{ __('basic.handle') }} |
|---|---|---|---|
| {{ $item->id }} | {{ $item->name }} | {{ $item->icon }} | {{ __('basic.edit') }} {{ __('basic.delete') }} |