@extends('layouts.app') @section('page-title', 'Edit Safety-Content') @section('content')

Edit Core Safety Section

@csrf
@if($safety->safety_img)
@foreach(json_decode($safety->safety_img) as $img) @endforeach
@endif Back
@endsection