@extends('dashboard_layout') @section('content')

Edit Existing Work

@if(Session::has('submit-status')) @endif
{{ csrf_field() }}
@if ($errors->first('title')){{ $errors->first('title') }}@endif
@if ($errors->first('description')){{ $errors->first('description') }}@endif
@if($work->image && file_exists(public_path() ."/upload/work_image/resize/".$work->image)) @else @endif
@if ($errors->first('image')){{ $errors->first('image') }}@endif
@if ($errors->first('status')){{ $errors->first('status') }}@endif
@endsection