@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Edit campaign")}}

@if($errors->has('campain')) @endif
@endsection