@extends('layouts.app')
@section('content')
@include('includes.header')
@include('includes.inner_page_title', ['page_title'=>__('All Companies')])
@if($companies)
@foreach($companies as $company)
-
{{$company->location}}
{{__('Current jobs')}} : {{$company->countNumJobs('company_id',$company->id)}}
@endforeach
@endif
{{ $companies->links() }}
@include('includes.footer')
@endsection
@push('styles')
@endpush
@push('scripts')
@endpush