@extends('layouts.app') @section('title') {{ __('messages.nfc.order_nfc') }} @endsection @section('content')
@include('flash::message') @include('nfc.guide_nfc_modal')
@endsection