@extends('front.layouts.app') @section('content') @include('front.common.breadcrumb')
@if (!empty($plans)) @include('front.common.plans') @else
{!! __('No record found.') !!}
@endif
@if(count($plans)>0) {{$plans->links()}} @endif
@endsection