@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Edit Case Study')}} @endsection @section('content')

{{__('Edit Case Study')}}

{{__('All Case Study')}}
@csrf
@php $all_category = $work_details->categories_id; @endphp
@php $gallery_images = !empty( $work_details->gallery) ? explode('|', $work_details->gallery) : []; @endphp
@foreach($gallery_images as $gl_img) @php $work_section_img = get_attachment_image_by_id($gl_img,null,true); @endphp @if (!empty($work_section_img))
@endif @endforeach
{{__('Recommended image size 1920x1280')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection