@extends('mobile.mobile-template') @section('title', 'Home') @section('css') @endsection @section('content')
{{$title}}
@include('mobile.laporan-loop')
@endsection @section('script') @endsection