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

Add New 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 ($errors->first('image')){{ $errors->first('image') }}@endif
@if ($errors->first('status')){{ $errors->first('status') }}@endif
@endsection