@extends('layouts.admin.b4')
@section('content')
| Operation Date | Operation Name | Structure Name | Authorized By | @if($operations != null) @foreach($operations as $operation)
|---|---|---|---|
| $operation->operation_date | $operation->operation_name | $operation->structure_name | $operation->authorized_by_name |