@extends('adminlte::page')
@section('title', 'Lambicall VPN')
@section('content_header')
@yield('content-header')
@stop
@section('content')
@yield('page-content')
@stop
@section('css')
{{-- Add here extra stylesheets --}}
@stop
@section('js')
{{-- Add here extra javascript --}}
@stop