@extends('fronted.layout.main') @section('adcontent')
@foreach($allPolicy as $data)

{{$data->title}}

{!! $data->body !!}
@endforeach
@endsection