@extends('layouts.backend.app')
@section('title')
{{$title}}
@stop
@push('css')
@endpush
@section('content')
{{$title}}
{{-- model end --}}
SL |
Name |
Description |
Action |
@foreach($policys as $key=>$policy)
{{ $key + 1 }} |
{{ $policy->name }} |
{!!str_limit($policy->description,135)!!} |
|
@endforeach
{{$policys->onEachSide(2)->links()}}
@endsection
@push('js')
@endpush