@php $profile = getUser(); extract($rates); $oldArea = old('area'); @endphp @extends($_layout.'master') @section('title', 'Thiết lập nhánh') @section('show_sidebar', 1) @section('header_title', 'Nhánh') @section('content')
Thiết lập nhánh
@csrf
Looks good!
{{$lowest_point?$lowest_point:"Không được bỏ trống"}}
{{$hightest_point?$hightest_point:"Không được bỏ trống"}}
{{$hold_point?$hold_point:"Không được bỏ trống"}}
@if (count($areas))
@foreach ($areas as $area)
@if (count($types)) @foreach ($types as $type) @if (count($type->notTrashedChildren))
{{$type->name}}
@foreach ($type->notTrashedChildren as $child)
{{$rate?$rate:"Không được bỏ trống"}}
@endforeach
@else
{{$rate?$rate:"Không được bỏ trống"}}
@endif @endforeach @endif
@endforeach
@endif
@include($_template.'profile-card')
@endsection @section('js') @endsection