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

@lang('Device')

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