@extends('app.hardware.layout.hardware') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@if($allJobfair->total())
{{ $allJobfair->links('module.widgets.pagination') }}
@else
无招聘会
@endif
@endsection @section('script') @endsection