@extends('layouts.parents.master') @section('title') {{studentCommonName(auth()->guard('student')->user()->username).__(' | Port Folio')}} @endsection @section('headerTitle') {{__('Documents')}} @endsection @section('content')
@include("parents.modal") @endsection @push('web-scripts') @endpush