@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.name') }} {{ __('app.started_at') }} {!! nl2br(wordwrap(__('app.winning_criteria'), 10, "\n", true)) !!} {!! nl2br(wordwrap(__('app.decision_percentage'), 10, "\n", true)) !!} {{ __('app.action') }} {{ __('app.split_test_after') }} {{ __('app.speed_per_hour') }} {{ __('app.status') }} {{ __('app.total') }} {{ __('app.scheduled') }} {{ __('app.progress') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('includes.datatables') @endsection