@extends('layouts.base') @section('title', trans('达成条件')) @section('content')
@foreach($conditions as $condition)
@endforeach
@endsection