@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Service

@endsection @section('breadcrumb-items') @endsection @section('content')
Add Attendance
@csrf
@if($errors->any()) @endif @if(Session::has('message')) @endif

Students List

@endsection @section('script') @endsection