@extends('mobile.module.layouts.content')
@push('meta')
@endpush
@push('css')
@endpush
@push('js')
@endpush
@section('content')
{{ $info->name }}
@foreach($info->steps as $step)
-
{{ $step['name'] }}
{{ $step['time'] }}
@endforeach
@if(!$list->isEmpty())
@foreach($list as $recruit)
@endforeach
@endif
{!! $info->introduction !!}
@endsection
@section('script')
@endsection