@extends('layouts.admin') @section('content')

{{ $campaign->exists ? 'Edit campaign' : 'Create campaign' }}

@csrf @if($campaign->exists) @method('PUT') @endif
Times are stored and displayed in UK time.
@if($campaign->exists)
@csrf
@endif
@endsection