@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Edit Works')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Edit work')}}

{{__('All Works')}}
@csrf
{!! $work_item->description !!}
{!! render_attachment_preview($work_item->image,'',true) !!}
{{__('Recommended image size 1920x1280')}}
{{__('Recommended image size 1920x1280')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection