@extends('layouts.civilian') @section('content')
This business is locked. Get with a supervisor to unlock it.
{{ $business->about }}
Owner
@if ($business->owner->picture)Founded
{{ $business->created_at->format('M d, Y') }}
Transfer Ownership
@if ($employee->role != 5 && !$is_locked) @if ($is_manager && $employee->role == 2) Fire @elseif ($is_owner) Fire @endif @if ($employee->civilian->user_id == auth()->user()->id) Quit @endif @endif
@if ($employee->civilian->picture){{ $employee->civilian->name }}
{{ $employee->role_name }}
{{ $vehicle->plate }} | {{ $vehicle->model }} | {{ $status }} | Expires: {{ $vehicle->registration_expire->format('m/d/Y') }}
No Vehicles
@endforelse