@extends('layouts.app') @section('content') @foreach($accountid as $accountid)

Update {{$appsname}}

@endforeach @foreach($getlayout as $getlayout)
{!!$getlayout->layoutcode!!}
@endforeach @endsection