@extends('layouts.master') @section('title', 'Edit vehicle company | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit vehicle company')) @section('css') @endsection @section('content')
{{ __('basic.edit vehicle company') }} | {{ __('basic.vehicle company') }} | {{ __('basic.vehicle company') }}
{{ __('basic.edit vehicle company') }}
@csrf @method('PUT')
{{-- --}}
{{ __('basic.choose img') }}
@error('main_image') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@endsection @section('js') @endsection