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

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

@if(Sentinel::hasAccess('follow_ups.create')) {{trans_choice('general.add',1)}} {{trans_choice('general.follow_up',1)}} @endif
{{trans_choice('general.id',1)}} {{trans_choice('general.branch',1)}} {{trans_choice('general.assigned_to',1)}} {{trans_choice('general.member',1)}} {{trans_choice('general.category',1)}} {{trans_choice('general.status',1)}} {{trans_choice('general.note',2)}} {{trans_choice('general.created_at',2)}} {{ trans_choice('general.action',1) }}
@endsection @section('footer-scripts') @endsection