@extends('layouts.content') @section('body_content') Location Attendance List Location Attendance @include('partials.alert') @include('location_attendances.modals.edit_location_attendance_modal'); @include('location_attendances.modals.add_new_location_attendance_modal'); @include('location_attendances.modals.delete_location_attendance_modal'); @endsection