PHP Classes

File: resources/views/pokemon/index.blade.php

Recommend this page to a friend!
  Classes of Renato Lucena   PHP Pokemon Script   resources/views/pokemon/index.blade.php   Download  
File: resources/views/pokemon/index.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 215 bytes
 

Contents

Class file image Download
@extends("layouts.app")

@section("content")

      <div class="panel-body">
       Seja bem vindo!<br>
          <img align="center" width="300px" height="300px" src="../img/pokemon.png"/>
      </div>

@endsection