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") @extends("admin.layout.header")
@section("title") @section("title")
Booking - Opret Vaske Reservationer - Opret
@endsection @endsection
@section("path") @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 @endsection
@section("content") @section("content")

View File

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

View File

@ -2,11 +2,11 @@
@extends("admin.layout.header") @extends("admin.layout.header")
@section("title") @section("title")
Booking - Rediger Vaske Reservationer - Rediger
@endsection @endsection
@section("path") @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 @endsection
@section("content") @section("content")

View File

@ -2,11 +2,11 @@
@extends("admin.layout.header") @extends("admin.layout.header")
@section("title") @section("title")
Booking - Vis Vaske Reservationer - Vis
@endsection @endsection
@section("path") @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 @endsection
@section("content") @section("content")

View File

@ -2,11 +2,11 @@
@extends("admin.layout.header") @extends("admin.layout.header")
@section("title") @section("title")
Booking - Vis Vaske Reservationer - Vis
@endsection @endsection
@section("path") @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 @endsection
@section("content") @section("content")

View File

@ -2,13 +2,13 @@
@extends("admin.layout.header") @extends("admin.layout.header")
@section("title") @section("title")
Booking - Opret Vaske Reservationer - Opret
@endsection @endsection
@section("path") @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 @endsection
@section("content") @section("content")
Booking blev (ikke) oprettet. Vaske Reservationer blev (ikke) oprettet.
@endsection @endsection

View File

@ -2,13 +2,13 @@
@extends("admin.layout.header") @extends("admin.layout.header")
@section("title") @section("title")
Booking - Rediger Vaske Reservationer - Rediger
@endsection @endsection
@section("path") @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 @endsection
@section("content") @section("content")
Din booking blev (ikke) redigeret. Din Vaske Reservationer blev (ikke) redigeret.
@endsection @endsection