@extends('entity.app') @section('title', __('v_vehicle.show_vehicle')) @section('content') @include('components.errors')
@lang('v_vehicle.show_vehicle')
{{-- row 1 --}}
@if (!empty($vehicle->attachment)) @endif
@lang('employeeAffairs.back')
@include('components.delete_modal', [ 'warning_message' => __('student.warning_message'), 'destroy_route' => route('vehicles.destroy', $vehicle->id), ]) @endsection