@extends('template') @section('content')

Wirausaha Pemuda

@foreach ($wirausaha as $item)

Wirausaha

{{ $item->nama_usaha }}

{{ $item->deskripsi }}

{{ $item->no_telp }}

@endforeach
{{ $wirausaha->links('pagination::bootstrap-4') }}
@endsection