@extends('layouts.app') @section('content')

{{ $customer->name }}

@can('write_order') @endcan
@include('messages.alert')
@include('dashboard.quality.device.table')
@endsection