atcheck/resources/views/map/summary_map.blade.php
2019-12-14 00:09:51 +01:00

18 lines
644 B
PHP

@extends('layouts.map')
@section('title') Wybór miejsca @endsection
@section('map_meta')
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{ asset('css/map/koncowastrona.css') }}">
@endsection
@section('map_content')
<h2>{{ $student_name }} {{ $student_surname }}</h2>
<h3>{{ $student_id_number }} </h3>
<h3>wybrane miejsce:</h3>
<ul id="sel-seat"> {{ $seat_number }}</ul>
<a href="{{ route('user_start_classes', [$classes_id]) }}"><button type="button" class="checkout-button">Następny student &raquo;</button></a>
@endsection