@extends('layouts.admin') @section('page-title') View / Edit Establishment Score @if ($establishment) - {{ $establishment->name }} @endif @endsection @section('page-top-title') View / Edit Establishment Score @if ($establishment) - {{ ucfirst($establishment->name) }} @endif @endsection @section('content-body')
@include('backend.components.profile-header-info')
@include('backend.inc.messages')
@include('backend.components.scoring-scale')

View / Edit Scores @if ($establishment) - {{ ucfirst($establishment->name) }} @endif {{--
Total Score: 238/300
--}}

{{-- Tab navigation --}}
@csrf
{{-- Lounge --}}
/10
/10
/10
/10
/10
/10
/10
Subtotal:
{{-- Reception Facilities --}}
/10
/10
/10
/10
/10
/10
Subtotal:
{{-- General Assesment --}}
/10
/10
/10
/10
/10
/10
/10
/10
/10
/10
/10
/10
Subtotal:
{{--    --}}
@endsection @section('page-scripts') {{-- --}} @endsection