@extends('admin.default') @section('css') @endsection @section('content')

Add Student Service

@include('include.messages')

Add Student Service

@csrf
{{ $errors->first('student_id') }}
{{ $errors->first('service') }}
{{ $errors->first('date') }}
@endsection @section('js') @endsection