@extends('layout.masters') @section('content')

App Details

Title
App Type
GIT Link
Username
App Prefix
Action
@foreach($apps as $app)
{{$app->app_title}}
{{$app->app_type}}
{{$app->git_link}}
{{$app->git_username}}
{{$app->app_preffix}}
@endforeach
@endsection