@extends('layouts.app') @section('content') @include('layouts.navbars.auth.topnav', ['title' => trans('words.workorderassignmentforqc')]) @include('auth.logout') @if(auth()->user()->id !=1) @endif
{{ $message }}