@extends('layouts.accountMaster') @section('pageContent') @if(count($updates) > 0) @foreach($updates as $update)

{{ $update->{'type_'.$lang} }}

Date : {{$update->created_at}}
{{ $update->{'msg_'.$lang} }}

@endforeach @else

{{Lang::get('account.noUpdate')}}

@endif @endsection