@extends('admin.layouts.master') @section('title', 'Inspection Safty') @section('content')

Safty Components


@include('admin.layouts.delete-msg') @forelse ($safty as $key => $safty) @empty @endforelse
# Safty Name Safty Status Actions
{{ $key+1 }} {{ $safty->name }} @if ($safty->status == 'active') Active @else Blocked @endif Edit
No Data Found
@endsection