@extends('layouts.backend.app') @section('title') {{$title}} @stop @push('css') @endpush @section('content')

{{$title}}

{{-- model end --}}
@foreach($policys as $key=>$policy) @endforeach
SL Name Description Action
{{ $key + 1 }} {{ $policy->name }} {!!str_limit($policy->description,135)!!}
{{$policys->onEachSide(2)->links()}}
@endsection @push('js') @endpush