@extends('layout.app') @section('title') {{ __('message.websites_show') }} @stop @section('content')
{{-- form for store clients --}}

{{__("message.app_info")}}

{{-- client name --}}

{{$app->name}}

{{-- end client name --}} {{-- client name --}}

{{$app->category->name}}

{{-- end client name --}} {{-- client name --}}

{{$app->website->name}}

{{-- end client name --}} {{-- client name --}}

{{$app->url}}
{{-- end client name --}} {{-- client name --}}

{{$app->download_link}}
{{-- end client name --}} {{-- client name --}}

{{$app->schedule->description}}

{{-- end client name --}}

{{$app->package_name->package_name}}

{{-- end client name --}}
{{-- end form --}}
@endsection