Renamed 'Booking' to 'Vaske Reservationer' in washing-reservations

This commit is contained in:
Anders 2020-06-26 12:20:20 +02:00
parent 400f2e563f
commit c6282b77d1
7 changed files with 16 additions and 16 deletions

View File

@ -2,11 +2,11 @@
@extends("admin.layout.header")
@section("title")
Booking - Opret
Vaske Reservationer - Opret
@endsection
@section("path")
<a href="{{ route('washing-reservations.create') }}" class="text-white">Opret Booking</a> /
<a href="{{ route('washing-reservations.create') }}" class="text-white">Opret Vaske Reservationer</a> /
@endsection
@section("content")

View File

@ -2,11 +2,11 @@
@extends("admin.layout.header")
@section("title")
Booking - Fjern
Vaske Reservationer - Fjern
@endsection
@section("path")
<a href="" class="text-white">Fjern Booking</a> /
<a href="" class="text-white">Fjern Vaske Reservationer</a> /
@endsection
@section("content")

View File

@ -2,11 +2,11 @@
@extends("admin.layout.header")
@section("title")
Booking - Rediger
Vaske Reservationer - Rediger
@endsection
@section("path")
<a href="{{ route('washing-reservations.edit', ['id' => $reservations->id]) }}" class="text-white">Rediger Booking</a> /
<a href="{{ route('washing-reservations.edit', ['id' => $reservations->id]) }}" class="text-white">Rediger Vaske Reservationer</a> /
@endsection
@section("content")

View File

@ -2,11 +2,11 @@
@extends("admin.layout.header")
@section("title")
Booking - Vis
Vaske Reservationer - Vis
@endsection
@section("path")
<a href="{{ route('washing-reservations.index') }}" class="text-white">Vis Booking</a> /
<a href="{{ route('washing-reservations.index') }}" class="text-white">Vis Vaske Reservationer</a> /
@endsection
@section("content")

View File

@ -2,11 +2,11 @@
@extends("admin.layout.header")
@section("title")
Booking - Vis
Vaske Reservationer - Vis
@endsection
@section("path")
<a href="{{ route('washing-reservations.index') }}" class="text-white">Vis Booking</a> /
<a href="{{ route('washing-reservations.index') }}" class="text-white">Vis Vaske Reservationer</a> /
@endsection
@section("content")

View File

@ -2,13 +2,13 @@
@extends("admin.layout.header")
@section("title")
Booking - Opret
Vaske Reservationer - Opret
@endsection
@section("path")
<a href="{{ route('washing-reservations.create') }}" class="text-white">Opret Booking</a> /
<a href="{{ route('washing-reservations.create') }}" class="text-white">Opret Vaske Reservationer</a> /
@endsection
@section("content")
Booking blev (ikke) oprettet.
Vaske Reservationer blev (ikke) oprettet.
@endsection

View File

@ -2,13 +2,13 @@
@extends("admin.layout.header")
@section("title")
Booking - Rediger
Vaske Reservationer - Rediger
@endsection
@section("path")
<a href="{{ route('washing-reservations.edit') }}" class="text-white">Rediger Booking</a> /
<a href="{{ route('washing-reservations.edit') }}" class="text-white">Rediger Vaske Reservationer</a> /
@endsection
@section("content")
Din booking blev (ikke) redigeret.
Din Vaske Reservationer blev (ikke) redigeret.
@endsection