@extends('dashboard.v1.index') @section('title', __('all.car_brands')) @section('content')

{{__('all.car_brands')}}

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@stop