@extends('layouts.app') @section('title', 'إضافة مركبة') @section('breadcrumb') @endsection @section('content')
بيانات المركبة
@csrf @include('vehicles._form')
@endsection