@extends('layouts.customer') @section('title', 'Device Edit') @section('extra-css') @endsection @section('content')

@lang('customer.device_edit')

@lang('customer.back')
@csrf @method('put')
@include('customer.device.form')
@endsection @section('extra-scripts') @endsection