@extends('layouts.popup.small') @section('title') {{ trans('messages.campaign_header.add') }} @endsection @section('content')
{{ csrf_field() }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('value'))
{{ $errors->first('value') }}
@endif
@endsection