@extends("admin.layout.master") @section("title","Dashboard") @section ("content")

Session List

@csrf
@if($errors->has("session")) {{$errors->first("session")}} @endif
Back
@endsection @push("js") @endpush