@extends('layouts.admin_layout.admin_layout') @section('content')

Work

Edit Work

@csrf
Old Image
@if($getWorkData->description_img)
Old Images:
@foreach(explode(',', $getWorkData->description_img) as $descriptionImage) Old Image @endforeach @endif

@if($getWorkData->result_img)
Old Image:
@foreach(explode(',', $getWorkData->result_img) as $resultImage) Old Image @endforeach @endif

@if($getWorkData->bottom_img)
Old Images:
@foreach(explode(',', $getWorkData->bottom_img) as $bottomImage) Old Image @endforeach @endif
@endsection