PHP Classes

File: resources/views/master.blade.php

Recommend this page to a friend!
  Classes of Channaveer Hakari   Laravel Stripe Integration Tutorial   resources/views/master.blade.php   Download  
File: resources/views/master.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Stripe Integration Tutorial
Process Stripe payments in a Laravel application
Author: By
Last change:
Date: 5 months ago
Size: 459 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Stripe Payment Integration</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" crossorigin="anonymous">
</head>
<body>
   
    @yield('content')

    @yield('javascripts')
</body>
</html>