@extends('layouts.admin_layout.admin_layout')
@section('content')
Server Name |
Country |
Username |
Password |
Is Pro? |
Protocol |
Action |
@foreach ($prompts as $prompt)
{{--
{{ $prompt->id }} |
{{ $prompt->category->name }} |
{{ $prompt->title }} |
|
Edit
|
--}}
|
|
|
|
|
|
|
@endforeach
@endsection