@extends('layouts.app') @section('title', 'تعديل جهاز') @section('breadcrumb') @endsection @section('content')
تعديل الجهاز: {{ $device->imei }}
@csrf @method('PUT') @include('devices._form')
@endsection