{{ isset($post) ? 'Edit Post' : 'Create New Post' }}
Back
@if ($errors->any())
Whoops!
There were some problems with your input.
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @if (isset($post)) @method('PUT') @endif
Category:
{{--
--}}
Our Areas of Experties
Our Activities
Success Stories
Skill Development
Infrastructure Development
Asset Creation
Livelihood Generation
Title:
Date:
Location:
Description:
{{ old('description', isset($post) ? $post->description : '') }}
Image:
@if (isset($post) && $post->image)
@endif
{{ isset($post) ? 'Update' : 'Submit' }}