@extends('user.includes.masterpage-user') @section('content')

Update Campaign

Back

@if ($errors->has('photo'))
× {{ $errors->first('photo') }}
@endif @if ($errors->has('goal'))
× {{ $errors->first('goal') }}
@endif @if ($errors->has('title'))
× {{ $errors->first('title') }}
@endif
{{csrf_field()}}
No Photo Added
Add Feature Photo

Prefered Image Ratio: (16:9)


@stop @section('footer') @stop