@extends('admin.layout') @section('title', 'Entreprises') @section('content')

Entreprises

@if($companies->hasPages())
{{ $companies->links() }}
@endif
@endsection