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

{{__("Add campaign")}}

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