14 lines
230 B
PHP
14 lines
230 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
Booking - Fjern
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="" class="text-white">Fjern Booking</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
@endsection
|