@extends('layouts.webapp') @section('title',__('menu.contactus')) @section('content')
{{ __('menu.class_routine')}}
@foreach ($examroutines as $routine) @endforeach
@lang('form.serial') @lang('form.title') @lang('form.download')
{{ $loop->iteration }} {{$routine->title }} {{$routine->attachment }}
@endsection