Your IP : 52.14.223.136


Current Path : /home/lentoinv/lentoria.com/resources/views/layouts/
Upload File :
Current File : /home/lentoinv/lentoria.com/resources/views/layouts/app.blade.php

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <title>@yield('page_title')</title>



    <script src="{{ asset('assets/js/general.js') }}"></script>


</head>

<body>


    {{-- Javascripts Here .... --}}


</body>

</html>

?>