@extends('web.layouts.container') @section('header')
{!! $detail->header_description !!}
@endsection @section('content')

{{__('csrs.head')}}

{!! $detail->description_1 !!}

{!! $detail->description_2 !!}

@if(count($page))

{{__('csrs.hint')}}

@foreach($page as $i=> $csr)
{{ $csr->title }}

{{ $csr->title }}

{{ strip_tags($csr->description) }}
{{ __('csrs.visit') }}
@endforeach
@endif @endsection @section('inner_js') @endsection