@extends('site.inner') @section('title') {{ label('lbl_library_and_archive') }} @endsection {{--@section('breadcrumb')--}} {{-- --}} {{--@endsection--}} @section('content')
{{ breadcrumb() }}
@if($about_school)

{{ label('lbl_about_school') }}

{!! $about_school->content !!}

About School
@endif
@if($key_achievements)

{{ label('lbl_key_achievements') }}

School Achievements

{!! $key_achievements->content !!}

@endif

{{ label('lbl_objectives_of_the_school') }}

@if(count($school_objectives)) @foreach($school_objectives as $index => $objective)
{{ $index+1 }}

{{ $objective->content }}

@endforeach @endif

{{ label('lbl_our_core_values') }}

@if(count($core_values)) @foreach($core_values as $value)
{{ $value->title }}
{{ $value->content }}
@endforeach @endif

{{ label('lbl_registration_status') }}

{{ label('lbl_registration_status_content') }}

@stop