@extends('layouts.app') @section('title') @lang('models/volunteers.plural') @endsection @section('content')

@lang('models/volunteers.plural')

@include('volunteers.table')
@endsection