@extends('layouts.app')
@section('content')
@if (is_null(auth()->user()->signature))
Please upload your signature here
@endif
@role('Plant Accountant|Plant Controller|Plant Manager')
@endrole
@role('Inventory Accountant|Business Controller|Finance Controller|General Manager')
@endrole
@endsection