@extends('layouts.app') @section('title', 'إضافة جهاز') @section('breadcrumb') @endsection @section('content')
جهاز جديد
@csrf @include('devices._form')
@endsection