@extends('frontend.layouts.contentLayoutMaster') @section('title', '會員條碼') @section('active', 'barcode') @section('vendor-styles') @endsection @section('page-styles') @endsection @section('content')
@foreach($user_ranks as $rank) {{ $rank->firm_rank->name }} @endforeach
{!! $barcode !!}
@endsection @section('vendor-scripts') @endsection @section('page-scripts') @endsection