@extends('layouts.master') @section('title', 'Follow up | Proxima - Medical Management app') @section('title-topbar', __('basic.op follow up')) @section('css') @endsection @section('content')
Filter
@if (count($op) > 0) @foreach ($op as $item) @endforeach @else

No Op Follow up to show

@endif
{{ $op->appends(request()->input())->links() }}
@endsection @section('js') @endsection