@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {{-- {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), route('user.index') => _trans('common.Employees'), '#' => @$data['title'], ]) !!} --}}
{{-- Buttons --}}

{{ _trans('breaks.Regenerate QR Code') }}

@if (@$data['break_settings']->path != '')

@else

{{ _trans('breaks.No QR code found') }}

@endif {{-- Buttons --}}
{{-- Buttons --}} {{-- Form --}}
@endsection @section('script') @endsection