@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Create Rating Branches')}}

@endsection @section("content")

{{__('Create New Rating')}}

@csrf
@error("RatingTitel")
{{$message}}
@enderror
@endsection