@extends('layouts.admin') @section('title', 'Model | Mintavia Admin') @section('content')

Add Bike And Car

@csrf

@foreach ($companies as $company) @endforeach
@error('brand') {{ $message }} @enderror
@endsection @section('js') @endsection