@extends('user.template') @section('title',$title) @section('head') @endsection @section('content')

{{$title}}

Periode {{$mr->periode}}
@include('tables.1b') @endsection @section('script') @endsection