@extends('layouts.master') @section('title') {{ trans_choice('general.follow_up',1) }} {{ trans_choice('general.category',2) }} @endsection @section('content')

{{ trans_choice('general.follow_up',1) }}

@foreach($data as $key) @endforeach
{{ trans_choice('general.name',1) }} {{ trans_choice('general.day',2) }} {{ trans_choice('general.note',2) }} {{ trans_choice('general.action',1) }}
{{ $key->name }} {{ $key->days }} {!! $key->notes !!}
@endsection @section('footer-scripts') @endsection