@extends('layouts.app') @section('content')
Create App
@foreach($getapp as $getapp) @endforeach
App Name
{{$getapp->layoutid}}
@endsection